r77316 - in /branches/upstream/libpoe-component-jobqueue-perl/current: CHANGES JobQueue.pm META.yml

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sun Jul 10 08:14:32 UTC 2011


Author: ansgar
Date: Sun Jul 10 08:14:27 2011
New Revision: 77316

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77316
Log:
[svn-upgrade] new version libpoe-component-jobqueue-perl (0.5710)

Modified:
    branches/upstream/libpoe-component-jobqueue-perl/current/CHANGES
    branches/upstream/libpoe-component-jobqueue-perl/current/JobQueue.pm
    branches/upstream/libpoe-component-jobqueue-perl/current/META.yml

Modified: branches/upstream/libpoe-component-jobqueue-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-jobqueue-perl/current/CHANGES?rev=77316&op=diff
==============================================================================
--- branches/upstream/libpoe-component-jobqueue-perl/current/CHANGES (original)
+++ branches/upstream/libpoe-component-jobqueue-perl/current/CHANGES Sun Jul 10 08:14:27 2011
@@ -1,29 +1,3 @@
-==================================
-2009-07-28T06:34:13.173649Z v0_570
-==================================
-
-  2009-07-28 06:33:37 (r29) by rcaputo; Makefile.PL M; JobQueue.pm M
-
-    Use latest POE, and prepare for a new release.
-
-  2009-07-27 04:43:43 (r28) by rcaputo; Makefile.PL M; JobQueue.pm M
-
-    Add a machine-readable repository. Add BUG TRACKER, REPOSITORY and
-    OTHER RESOURCES sections to the docs. 
-
-=================================
-2009-07-25T06:45:02.718940Z v0_56
-=================================
-
-  2009-07-25 06:44:35 (r26) by rcaputo; Makefile.PL M; JobQueue.pm M
-
-    New release. Add a LICENSE. Resolve rt.cpan.org #45537 by applying
-    Steve Stachurski's documentation patch. 
-
-  2006-11-06 19:23:22 (r25) by rcaputo; Makefile.PL M
-
-    Set a LICENSE. Cheap kwalitee points!
-
 ==============
 End of Excerpt
 ==============

Modified: branches/upstream/libpoe-component-jobqueue-perl/current/JobQueue.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-jobqueue-perl/current/JobQueue.pm?rev=77316&op=diff
==============================================================================
--- branches/upstream/libpoe-component-jobqueue-perl/current/JobQueue.pm (original)
+++ branches/upstream/libpoe-component-jobqueue-perl/current/JobQueue.pm Sun Jul 10 08:14:27 2011
@@ -6,7 +6,7 @@
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '0.570';
+$VERSION = '0.571';
 
 use Carp qw (croak);
 

Modified: branches/upstream/libpoe-component-jobqueue-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-jobqueue-perl/current/META.yml?rev=77316&op=diff
==============================================================================
--- branches/upstream/libpoe-component-jobqueue-perl/current/META.yml (original)
+++ branches/upstream/libpoe-component-jobqueue-perl/current/META.yml Sun Jul 10 08:14:27 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               POE-Component-JobQueue
-version:            0.570
+version:            0.571
 abstract:           POE component for processing large numbers of tasks with finite numbers of workers.
 author:
     - Rocco Caputo <rcaputo at cpan.org>
@@ -19,7 +19,7 @@
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.54
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4




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