r47935 - in /branches/upstream/libpar-dist-perl/current: Changes META.yml README lib/PAR/Dist.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Nov 30 03:12:17 UTC 2009


Author: jawnsy-guest
Date: Mon Nov 30 03:12:07 2009
New Revision: 47935

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47935
Log:
[svn-upgrade] Integrating new upstream version, libpar-dist-perl (0.47)

Modified:
    branches/upstream/libpar-dist-perl/current/Changes
    branches/upstream/libpar-dist-perl/current/META.yml
    branches/upstream/libpar-dist-perl/current/README
    branches/upstream/libpar-dist-perl/current/lib/PAR/Dist.pm

Modified: branches/upstream/libpar-dist-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpar-dist-perl/current/Changes?rev=47935&op=diff
==============================================================================
--- branches/upstream/libpar-dist-perl/current/Changes (original)
+++ branches/upstream/libpar-dist-perl/current/Changes Mon Nov 30 03:12:07 2009
@@ -1,3 +1,7 @@
+By: smueller on 2009/11/29
+    * POD fixes (Frank Wiegand)
+    * This is 0.47.
+____________________________________________________________________________
 By: smueller on 2009/07/31
     * Do not use Archive::Zip if its version is 1.28.
     * This is 0.46.

Modified: branches/upstream/libpar-dist-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpar-dist-perl/current/META.yml?rev=47935&op=diff
==============================================================================
--- branches/upstream/libpar-dist-perl/current/META.yml (original)
+++ branches/upstream/libpar-dist-perl/current/META.yml Mon Nov 30 03:12:07 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               PAR-Dist
-version:            0.46
+version:            0.47
 abstract:           Create and manipulate PAR distributions
 author:
     - Audrey Tang <cpan at audreyt.org>
@@ -19,7 +19,7 @@
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.50
+generated_by:       ExtUtils::MakeMaker version 6.54
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: branches/upstream/libpar-dist-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpar-dist-perl/current/README?rev=47935&op=diff
==============================================================================
--- branches/upstream/libpar-dist-perl/current/README (original)
+++ branches/upstream/libpar-dist-perl/current/README Mon Nov 30 03:12:07 2009
@@ -24,7 +24,7 @@
 
 * Copyright
 
-Copyright 2003-2008 by Audrey Tang <autrijus at autrijus.org>.
+Copyright 2003-2009 by Audrey Tang <autrijus at autrijus.org>.
 
 All rights reserved.  You can redistribute and/or modify
 this bundle under the same terms as Perl itself.

Modified: branches/upstream/libpar-dist-perl/current/lib/PAR/Dist.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpar-dist-perl/current/lib/PAR/Dist.pm?rev=47935&op=diff
==============================================================================
--- branches/upstream/libpar-dist-perl/current/lib/PAR/Dist.pm (original)
+++ branches/upstream/libpar-dist-perl/current/lib/PAR/Dist.pm Mon Nov 30 03:12:07 2009
@@ -4,7 +4,7 @@
 require Exporter;
 use vars qw/$VERSION @ISA @EXPORT @EXPORT_OK $DEBUG/;
 
-$VERSION    = '0.46'; # Change version in POD, too!
+$VERSION    = '0.47'; # Change version in POD, too!
 @ISA	    = 'Exporter';
 @EXPORT	    = qw/
   blib_to_par
@@ -34,7 +34,7 @@
 
 =head1 VERSION
 
-This document describes version 0.46 of PAR::Dist, released July 31, 2009.
+This document describes version 0.47 of PAR::Dist, released November 29, 2009.
 
 =head1 SYNOPSIS
 
@@ -372,7 +372,7 @@
 The C<packlist_read> parameter specifies a .packlist file to merge in if
 it exists. By setting any of the above installation targets to C<undef>,
 you can remove that target altogether. For example, passing
-C<inst_man1dir => undef, inst_man3dir => undef> means that the contained
+C<< inst_man1dir => undef, inst_man3dir => undef >> means that the contained
 manual pages won't be installed. This is not available for the packlists.
 
 Again, the defaults will be the normal I<site> paths from C<%Config>.
@@ -1405,7 +1405,7 @@
 
 Audrey Tang E<lt>cpan at audreyt.orgE<gt> 2003-2007
 
-Steffen Mueller E<lt>smueller at cpan.orgE<gt> 2005-2008
+Steffen Mueller E<lt>smueller at cpan.orgE<gt> 2005-2009
 
 PAR has a mailing list, E<lt>par at perl.orgE<gt>, that you can write to;
 send an empty mail to E<lt>par-subscribe at perl.orgE<gt> to join the list
@@ -1415,7 +1415,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2003-2008 by Audrey Tang E<lt>autrijus at autrijus.orgE<gt>.
+Copyright 2003-2009 by Audrey Tang E<lt>autrijus at autrijus.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