r63277 - in /trunk/libpoe-api-peek-perl: META.yml Makefile.PL README debian/changelog lib/POE/API/Peek.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Oct 3 23:09:01 UTC 2010


Author: periapt-guest
Date: Sun Oct  3 23:08:27 2010
New Revision: 63277

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63277
Log:
updated to latest full version

Modified:
    trunk/libpoe-api-peek-perl/META.yml
    trunk/libpoe-api-peek-perl/Makefile.PL
    trunk/libpoe-api-peek-perl/README
    trunk/libpoe-api-peek-perl/debian/changelog
    trunk/libpoe-api-peek-perl/lib/POE/API/Peek.pm

Modified: trunk/libpoe-api-peek-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/META.yml?rev=63277&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/META.yml (original)
+++ trunk/libpoe-api-peek-perl/META.yml Sun Oct  3 23:08:27 2010
@@ -17,4 +17,4 @@
   Devel::Size: 0
   POE: 1.293
   Test::More: 0
-version: 2.16_2
+version: 2.16

Modified: trunk/libpoe-api-peek-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/Makefile.PL?rev=63277&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/Makefile.PL (original)
+++ trunk/libpoe-api-peek-perl/Makefile.PL Sun Oct  3 23:08:27 2010
@@ -24,7 +24,7 @@
     'POE' => '1.293',
     'Test::More' => '0'
   },
-  'VERSION' => '2.16_2',
+  'VERSION' => '2.16',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: trunk/libpoe-api-peek-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/README?rev=63277&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/README (original)
+++ trunk/libpoe-api-peek-perl/README Sun Oct  3 23:08:27 2010
@@ -2,7 +2,7 @@
     POE::API::Peek - Peek into the internals of a running POE environment
 
 VERSION
-    version 2.16_2
+    version 2.16
 
 DESCRIPTION
     POE::API::Peek extends the POE::Kernel interface to provide clean access

Modified: trunk/libpoe-api-peek-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/debian/changelog?rev=63277&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/changelog (original)
+++ trunk/libpoe-api-peek-perl/debian/changelog Sun Oct  3 23:08:27 2010
@@ -1,6 +1,4 @@
 libpoe-api-peek-perl (2.1600-1) UNRELEASED; urgency=low
-
-  WAITS FOR: upstream to settle down. See end of rt bug report 60810
 
   [ Ryan Niebur ]
   * Update jawnsy's email address

Modified: trunk/libpoe-api-peek-perl/lib/POE/API/Peek.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/lib/POE/API/Peek.pm?rev=63277&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/lib/POE/API/Peek.pm (original)
+++ trunk/libpoe-api-peek-perl/lib/POE/API/Peek.pm Sun Oct  3 23:08:27 2010
@@ -1,6 +1,6 @@
 package POE::API::Peek;
 BEGIN {
-  $POE::API::Peek::VERSION = '2.16_2';
+  $POE::API::Peek::VERSION = '2.16';
 }
 # ABSTRACT: Peek into the internals of a running POE environment
 
@@ -526,7 +526,7 @@
 
 =head1 VERSION
 
-version 2.16_2
+version 2.16
 
 =head1 DESCRIPTION
 




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