r55422 - in /trunk/libpoe-test-loops-perl: CHANGES META.yml debian/changelog lib/POE/Test/Loops.pm
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sat Apr 3 20:31:48 UTC 2010
Author: jawnsy-guest
Date: Sat Apr 3 20:31:38 2010
New Revision: 55422
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55422
Log:
Integrate new upstream release
Modified:
trunk/libpoe-test-loops-perl/CHANGES
trunk/libpoe-test-loops-perl/META.yml
trunk/libpoe-test-loops-perl/debian/changelog
trunk/libpoe-test-loops-perl/lib/POE/Test/Loops.pm
Modified: trunk/libpoe-test-loops-perl/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-test-loops-perl/CHANGES?rev=55422&op=diff
==============================================================================
--- trunk/libpoe-test-loops-perl/CHANGES (original)
+++ trunk/libpoe-test-loops-perl/CHANGES Sat Apr 3 20:31:38 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: trunk/libpoe-test-loops-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-test-loops-perl/META.yml?rev=55422&op=diff
==============================================================================
--- trunk/libpoe-test-loops-perl/META.yml (original)
+++ trunk/libpoe-test-loops-perl/META.yml Sat Apr 3 20:31:38 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: trunk/libpoe-test-loops-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-test-loops-perl/debian/changelog?rev=55422&op=diff
==============================================================================
--- trunk/libpoe-test-loops-perl/debian/changelog (original)
+++ trunk/libpoe-test-loops-perl/debian/changelog Sat Apr 3 20:31:38 2010
@@ -1,13 +1,10 @@
-libpoe-test-loops-perl (1.034-1) UNRELEASED; urgency=low
-
- A new release is forthcoming
- IGNORE-VERSION: 1.034-1
+libpoe-test-loops-perl (1.035-1) UNRELEASED; urgency=low
* New upstream release
* Use new 3.0 (quilt) source format
* Update copyright to new DEP5 format
- -- Jonathan Yu <jawnsy at cpan.org> Sat, 03 Apr 2010 16:07:45 -0400
+ -- Jonathan Yu <jawnsy at cpan.org> Sat, 03 Apr 2010 17:03:23 -0400
libpoe-test-loops-perl (1.033-1) unstable; urgency=low
Modified: trunk/libpoe-test-loops-perl/lib/POE/Test/Loops.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-test-loops-perl/lib/POE/Test/Loops.pm?rev=55422&op=diff
==============================================================================
--- trunk/libpoe-test-loops-perl/lib/POE/Test/Loops.pm (original)
+++ trunk/libpoe-test-loops-perl/lib/POE/Test/Loops.pm Sat Apr 3 20:31:38 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