r55419 - in /branches/upstream/libpoe-test-loops-perl/current: CHANGES META.yml lib/POE/Test/Loops.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Apr 3 20:29:17 UTC 2010


Author: jawnsy-guest
Date: Sat Apr  3 20:28:49 2010
New Revision: 55419

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55419
Log:
[svn-upgrade] Integrating new upstream version, libpoe-test-loops-perl (1.035)

Modified:
    branches/upstream/libpoe-test-loops-perl/current/CHANGES
    branches/upstream/libpoe-test-loops-perl/current/META.yml
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops.pm

Modified: branches/upstream/libpoe-test-loops-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/CHANGES?rev=55419&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/CHANGES (original)
+++ branches/upstream/libpoe-test-loops-perl/current/CHANGES Sat Apr  3 20:28:49 2010
@@ -1,3 +1,13 @@
+=====================================
+2010-04-03T20:02:56.616386Z ptl-1_035
+=====================================
+
+  2010-04-03 20:01:00 (r2864) by rcaputo
+  poe-test-loops/lib/POE/Test/Loops.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:15:36.151833Z ptl-1_034
 =====================================

Modified: branches/upstream/libpoe-test-loops-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/META.yml?rev=55419&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/META.yml (original)
+++ branches/upstream/libpoe-test-loops-perl/current/META.yml Sat Apr  3 20:28:49 2010
@@ -1,14 +1,25 @@
 --- #YAML:1.0
-name:                POE-Test-Loops
-version:             1.034
-abstract:            POE::Loop test suite
-license:             perl
-author:              
+name:               POE-Test-Loops
+version:            1.035
+abstract:           POE::Loop test suite
+author:
     - Rocco Caputo <rcaputo at cpan.org>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Test::More:                    0
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Test::More:  0
+resources:
+    license:     http://dev.perl.org/licenses/
+    repository:  https://poe.svn.sourceforge.net/svnroot/poe/trunk/poe-test-loops
+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-test-loops-perl/current/lib/POE/Test/Loops.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops.pm?rev=55419&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops.pm Sat Apr  3 20:28:49 2010
@@ -1,4 +1,4 @@
-# $Id: Loops.pm 2854 2010-04-03 17:46:46Z rcaputo $
+# $Id: Loops.pm 2864 2010-04-03 20:01:00Z rcaputo $
 # vim: ts=2 sw=2 expandtab
 
 package POE::Test::Loops;
@@ -7,8 +7,8 @@
 use vars qw($VERSION);
 
 use vars qw($VERSION $REVISION);
-$VERSION = '1.034'; # NOTE - Should be #.### (three decimal places)
-$REVISION = do {my($r)=(q$Revision: 2854 $=~/(\d+)/);sprintf"0.%04d",$r};
+$VERSION = '1.035'; # NOTE - Should be #.### (three decimal places)
+$REVISION = do {my($r)=(q$Revision: 2864 $=~/(\d+)/);sprintf"0.%04d",$r};
 
 use File::Spec;
 use File::Path;




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