r55478 - in /branches/upstream/libpoe-loop-event-perl/current: CHANGES META.yml Makefile.PL lib/POE/Loop/Event.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Apr 5 01:22:28 UTC 2010


Author: jawnsy-guest
Date: Mon Apr  5 01:22:16 2010
New Revision: 55478

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55478
Log:
[svn-upgrade] Integrating new upstream version, libpoe-loop-event-perl (1.304)

Modified:
    branches/upstream/libpoe-loop-event-perl/current/CHANGES
    branches/upstream/libpoe-loop-event-perl/current/META.yml
    branches/upstream/libpoe-loop-event-perl/current/Makefile.PL
    branches/upstream/libpoe-loop-event-perl/current/lib/POE/Loop/Event.pm

Modified: branches/upstream/libpoe-loop-event-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-loop-event-perl/current/CHANGES?rev=55478&op=diff
==============================================================================
--- branches/upstream/libpoe-loop-event-perl/current/CHANGES (original)
+++ branches/upstream/libpoe-loop-event-perl/current/CHANGES Mon Apr  5 01:22:16 2010
@@ -1,3 +1,13 @@
+=====================================
+2010-04-03T20:03:59.305570Z ple-1_304
+=====================================
+
+  2010-04-03 20:01:59 (r2866) by rcaputo
+  polo-event/Makefile.PL M; polo-event/lib/POE/Loop/Event.pm M
+
+    Bump revision for a new release. No significant changes, other than
+    to build a new dist with the latest EUMM.
+
 =====================================
 2010-04-03T18:19:29.567440Z ple-1_303
 =====================================

Modified: branches/upstream/libpoe-loop-event-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-loop-event-perl/current/META.yml?rev=55478&op=diff
==============================================================================
--- branches/upstream/libpoe-loop-event-perl/current/META.yml (original)
+++ branches/upstream/libpoe-loop-event-perl/current/META.yml Mon Apr  5 01:22:16 2010
@@ -1,15 +1,28 @@
 --- #YAML:1.0
-name:                POE-Loop-Event
-version:             1.303
-abstract:            Event.pm support for POE.
-license:             ~
-author:              
+name:               POE-Loop-Event
+version:            1.304
+abstract:           Event.pm support for POE.
+author:
     - Rocco Caputo <rcaputo at cpan.org>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Event:                         1.13
-    POE:                           1.288
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+    POE::Test::Loops:     1.035
+build_requires:
+    ExtUtils::MakeMaker:  0
+    POE::Test::Loops:     1.035
+requires:
+    Event:  1.13
+    POE:    1.289
+resources:
+    license:     http://dev.perl.org/licenses/
+    repository:  https://poe.svn.sourceforge.net/svnroot/poe/trunk/polo-event
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libpoe-loop-event-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-loop-event-perl/current/Makefile.PL?rev=55478&op=diff
==============================================================================
--- branches/upstream/libpoe-loop-event-perl/current/Makefile.PL (original)
+++ branches/upstream/libpoe-loop-event-perl/current/Makefile.PL Mon Apr  5 01:22:16 2010
@@ -90,17 +90,17 @@
 
   CONFIGURE_REQUIRES => {
     'ExtUtils::MakeMaker' => 0,
-    'POE::Test::Loops'    => 1.034,
+    'POE::Test::Loops'    => 1.035,
   },
 
   META_MERGE      => {
     build_requires => {
-      'POE::Test::Loops'    => 1.034,
+      'POE::Test::Loops'    => 1.035,
     },
   },
 
   PREREQ_PM       => {
-    'POE'               => 1.288,
+    'POE'               => 1.289,
     'Event'             => 1.13,
   },
 );

Modified: branches/upstream/libpoe-loop-event-perl/current/lib/POE/Loop/Event.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-loop-event-perl/current/lib/POE/Loop/Event.pm?rev=55478&op=diff
==============================================================================
--- branches/upstream/libpoe-loop-event-perl/current/lib/POE/Loop/Event.pm (original)
+++ branches/upstream/libpoe-loop-event-perl/current/lib/POE/Loop/Event.pm Mon Apr  5 01:22:16 2010
@@ -10,7 +10,7 @@
 use POE::Loop::PerlSignals;
 
 use vars qw($VERSION);
-$VERSION = '1.303'; # NOTE - Should be #.### (three decimal places)
+$VERSION = '1.304'; # NOTE - Should be #.### (three decimal places)
 
 =for poe_tests
 




More information about the Pkg-perl-cvs-commits mailing list