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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Oct 12 16:00:40 UTC 2009


Author: jawnsy-guest
Date: Mon Oct 12 16:00:33 2009
New Revision: 45638

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

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
    branches/upstream/libpoe-component-jobqueue-perl/current/Makefile.PL

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=45638&op=diff
==============================================================================
--- branches/upstream/libpoe-component-jobqueue-perl/current/CHANGES (original)
+++ branches/upstream/libpoe-component-jobqueue-perl/current/CHANGES Mon Oct 12 16:00:33 2009
@@ -1,3 +1,16 @@
+==================================
+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
 =================================

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=45638&op=diff
==============================================================================
--- branches/upstream/libpoe-component-jobqueue-perl/current/JobQueue.pm (original)
+++ branches/upstream/libpoe-component-jobqueue-perl/current/JobQueue.pm Mon Oct 12 16:00:33 2009
@@ -1,4 +1,4 @@
-# $Id: JobQueue.pm 26 2009-07-25 06:44:35Z rcaputo $
+# $Id: JobQueue.pm 29 2009-07-28 06:33:37Z rcaputo $
 # License and documentation are after __END__.
 
 package POE::Component::JobQueue;
@@ -6,7 +6,7 @@
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '0.56';
+$VERSION = '0.570';
 
 use Carp qw (croak);
 
@@ -602,17 +602,23 @@
 Also see the test program, t/01_queues.t, in the
 POE::Component::JobQueue distribution.
 
-=head1 BUGS
-
-This documentation is pretty bad.
+=head1 BUG TRACKER
+
+https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=POE-Component-JobQueue
+
+=head1 REPOSITORY
+
+http://thirdlobe.com/svn/poco-jobqueue/
+
+=head1 OTHER RESOURCES
+
+http://search.cpan.org/dist/POE-Component-JobQueue/
 
 =head1 AUTHOR & COPYRIGHTS
 
-POE::Component::JobQueue is Copyright 1999-2002 by Rocco Caputo.  All
+POE::Component::JobQueue is Copyright 1999-2009 by Rocco Caputo.  All
 rights are reserved.  POE::Component::JobQueue is free software; you
 may redistribute it and/or modify it under the same terms as Perl
 itself.
 
-Rocco may be contacted by e-mail via rcaputo at cpan.org.
-
 =cut

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=45638&op=diff
==============================================================================
--- branches/upstream/libpoe-component-jobqueue-perl/current/META.yml (original)
+++ branches/upstream/libpoe-component-jobqueue-perl/current/META.yml Mon Oct 12 16:00:33 2009
@@ -1,14 +1,25 @@
 --- #YAML:1.0
-name:                POE-Component-JobQueue
-version:             0.56
-abstract:            POE component for processing large numbers of tasks with finite numbers of workers.
-license:             perl
-author:              
+name:               POE-Component-JobQueue
+version:            0.570
+abstract:           POE component for processing large numbers of tasks with finite numbers of workers.
+author:
     - Rocco Caputo <rcaputo at cpan.org>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    POE:                           0.31
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    POE:  1.007
+resources:
+    license:     http://dev.perl.org/licenses/
+    repository:  http://thirdlobe.com/svn/poco-jobqueue/trunk
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.54
 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-component-jobqueue-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-jobqueue-perl/current/Makefile.PL?rev=45638&op=diff
==============================================================================
--- branches/upstream/libpoe-component-jobqueue-perl/current/Makefile.PL (original)
+++ branches/upstream/libpoe-component-jobqueue-perl/current/Makefile.PL Mon Oct 12 16:00:33 2009
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: Makefile.PL 26 2009-07-25 06:44:35Z rcaputo $
+# $Id: Makefile.PL 29 2009-07-28 06:33:37Z rcaputo $
 
 use ExtUtils::MakeMaker;
 
@@ -18,7 +18,13 @@
 	VERSION_FROM  => 'JobQueue.pm',
 	PM            => { 'JobQueue.pm' => '$(INST_LIBDIR)/JobQueue.pm' },
 	PREREQ_PM     => {
-		POE         => 0.31,
+		POE         => 1.007,
+	},
+	META_ADD     => {
+		resources  => {
+			license    => 'http://dev.perl.org/licenses/',
+			repository => 'http://thirdlobe.com/svn/poco-jobqueue/trunk'
+		},
 	},
 	dist          => {
 		COMPRESS    => 'gzip -9f',




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