r56073 - in /trunk/libpar-perl: ChangeLog MANIFEST META.yml README debian/changelog lib/PAR.pm lib/PAR/Environment.pod lib/PAR/Heavy.pm lib/PAR/SetupProgname.pm lib/PAR/SetupTemp.pm

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Tue Apr 13 18:49:23 UTC 2010


Author: chrisb
Date: Tue Apr 13 18:49:13 2010
New Revision: 56073

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56073
Log:
Integrating new upstream release 1.000

Removed:
    trunk/libpar-perl/META.yml
Modified:
    trunk/libpar-perl/ChangeLog
    trunk/libpar-perl/MANIFEST
    trunk/libpar-perl/README
    trunk/libpar-perl/debian/changelog
    trunk/libpar-perl/lib/PAR.pm
    trunk/libpar-perl/lib/PAR/Environment.pod
    trunk/libpar-perl/lib/PAR/Heavy.pm
    trunk/libpar-perl/lib/PAR/SetupProgname.pm
    trunk/libpar-perl/lib/PAR/SetupTemp.pm

Modified: trunk/libpar-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/ChangeLog?rev=56073&op=diff
==============================================================================
--- trunk/libpar-perl/ChangeLog (original)
+++ trunk/libpar-perl/ChangeLog Tue Apr 13 18:49:13 2010
@@ -1,3 +1,6 @@
+[Changes for 1.000 - Apr 10, 2010]
+  - Fix defined(%hash) deprecation warning in PAR::Heavy
+
 [Changes for 0.994 - Jul 23, 2009]
   - Fix for the PAR::Heavy fix to the INC priority handling.
 

Modified: trunk/libpar-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/MANIFEST?rev=56073&op=diff
==============================================================================
--- trunk/libpar-perl/MANIFEST (original)
+++ trunk/libpar-perl/MANIFEST Tue Apr 13 18:49:13 2010
@@ -23,7 +23,6 @@
 Makefile.PL
 MANIFEST			This list of files
 MANIFEST.SKIP
-META.yml
 README
 t/00-pod.t
 t/01-basic.t

Modified: trunk/libpar-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/README?rev=56073&op=diff
==============================================================================
--- trunk/libpar-perl/README (original)
+++ trunk/libpar-perl/README Tue Apr 13 18:49:13 2010
@@ -76,9 +76,9 @@
 
 * Copyright
 
-Copyright 2002-2009 by Audrey Tang <cpan at audreyt.org>.
+Copyright 2002-2010 by Audrey Tang <cpan at audreyt.org>.
 
-Copyright 2002-2009 by Steffen Mueller <smueller at cpan.org>.
+Copyright 2006-2010 by Steffen Mueller <smueller at cpan.org>.
 
 All rights reserved.  You can redistribute and/or modify
 this bundle under the same terms as Perl itself.

Modified: trunk/libpar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/debian/changelog?rev=56073&op=diff
==============================================================================
--- trunk/libpar-perl/debian/changelog (original)
+++ trunk/libpar-perl/debian/changelog Tue Apr 13 18:49:13 2010
@@ -1,4 +1,4 @@
-libpar-perl (0.994-2) UNRELEASED; urgency=low
+libpar-perl (1.000-1) UNRELEASED; urgency=low
 
   [ Ryan Niebur ]
   * Update jawnsy's email address
@@ -7,7 +7,10 @@
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:19:27 -0700
+  [ Chris Butler ]
+  * New upstream release
+
+ -- Chris Butler <chrisb at debian.org>  Tue, 13 Apr 2010 19:47:05 +0100
 
 libpar-perl (0.994-1) unstable; urgency=low
 

Modified: trunk/libpar-perl/lib/PAR.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/lib/PAR.pm?rev=56073&op=diff
==============================================================================
--- trunk/libpar-perl/lib/PAR.pm (original)
+++ trunk/libpar-perl/lib/PAR.pm Tue Apr 13 18:49:13 2010
@@ -1,5 +1,5 @@
 package PAR;
-$PAR::VERSION = '0.994';
+$PAR::VERSION = '1.000';
 
 use 5.006;
 use strict;
@@ -1232,9 +1232,9 @@
 
 =head1 COPYRIGHT
 
-Copyright 2002-2009 by Audrey Tang
+Copyright 2002-2010 by Audrey Tang
 E<lt>cpan at audreyt.orgE<gt>.
-Copyright 2005-2009 by Steffen Mueller E<lt>smueller at cpan.orgE<gt>
+Copyright 2005-2010 by Steffen Mueller E<lt>smueller at cpan.orgE<gt>
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libpar-perl/lib/PAR/Environment.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/lib/PAR/Environment.pod?rev=56073&op=diff
==============================================================================
--- trunk/libpar-perl/lib/PAR/Environment.pod (original)
+++ trunk/libpar-perl/lib/PAR/Environment.pod Tue Apr 13 18:49:13 2010
@@ -239,10 +239,10 @@
 
 =head1 COPYRIGHT
 
-PAR: Copyright 2003-2008 by Audrey Tang,
+PAR: Copyright 2003-2010 by Audrey Tang,
 E<lt>cpan at audreyt.orgE<gt>.
 
-This document: Copyright 2006-2008 by Steffen Mueller,
+This document: Copyright 2006-2010 by Steffen Mueller,
 E<lt>smueller at cpan.orgE<gt>
 
 Some information has been taken from Alan Stewart's extra documentation in the

Modified: trunk/libpar-perl/lib/PAR/Heavy.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/lib/PAR/Heavy.pm?rev=56073&op=diff
==============================================================================
--- trunk/libpar-perl/lib/PAR/Heavy.pm (original)
+++ trunk/libpar-perl/lib/PAR/Heavy.pm Tue Apr 13 18:49:13 2010
@@ -1,5 +1,5 @@
 package PAR::Heavy;
-$PAR::Heavy::VERSION = '0.11';
+$PAR::Heavy::VERSION = '0.12';
 
 =head1 NAME
 
@@ -71,7 +71,7 @@
     # FIXME: Config is always loaded by PAR.pm!
     $dlext ||= do {
         require Config;
-        (defined %Config::Config) ? $Config::Config{dlext} : '';
+        (%Config::Config) ? $Config::Config{dlext} : '';
     };
 
     my $modpname = join((($^O eq 'MacOS') ? ':' : '/'), @modparts);
@@ -190,10 +190,10 @@
 
 =head1 COPYRIGHT
 
-Copyright 2002-2009 by Audrey Tang
+Copyright 2002-2010 by Audrey Tang
 E<lt>cpan at audreyt.orgE<gt>.
 
-Copyright 2006-2009 by Steffen Mueller
+Copyright 2006-2010 by Steffen Mueller
 E<lt>smueller at cpan.orgE<gt>.
 
 This program is free software; you can redistribute it and/or modify it

Modified: trunk/libpar-perl/lib/PAR/SetupProgname.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/lib/PAR/SetupProgname.pm?rev=56073&op=diff
==============================================================================
--- trunk/libpar-perl/lib/PAR/SetupProgname.pm (original)
+++ trunk/libpar-perl/lib/PAR/SetupProgname.pm Tue Apr 13 18:49:13 2010
@@ -1,5 +1,5 @@
 package PAR::SetupProgname;
-$PAR::VERSION = '0.982';
+$PAR::VERSION = '1.000';
 
 use 5.006;
 use strict;
@@ -81,7 +81,9 @@
 
 =head1 COPYRIGHT
 
-Copyright 2002-2008 by Audrey Tang E<lt>cpan at audreyt.orgE<gt>.
+Copyright 2002-2010 by Audrey Tang E<lt>cpan at audreyt.orgE<gt>.
+
+Copyright 2006-2010 by Steffen Mueller E<lt>smueller at cpan.orgE<gt>.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libpar-perl/lib/PAR/SetupTemp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/lib/PAR/SetupTemp.pm?rev=56073&op=diff
==============================================================================
--- trunk/libpar-perl/lib/PAR/SetupTemp.pm (original)
+++ trunk/libpar-perl/lib/PAR/SetupTemp.pm Tue Apr 13 18:49:13 2010
@@ -151,7 +151,9 @@
 
 =head1 COPYRIGHT
 
-Copyright 2002-2008 by Audrey Tang E<lt>cpan at audreyt.orgE<gt>.
+Copyright 2002-2010 by Audrey Tang E<lt>cpan at audreyt.orgE<gt>.
+
+Copyright 2006-2010 by Steffen Mueller E<lt>smueller at cpan.orgE<gt>.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.




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