r47938 - in /trunk/libpar-dist-perl: Changes META.yml README debian/changelog lib/PAR/Dist.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Nov 30 04:19:30 UTC 2009


Author: jawnsy-guest
Date: Mon Nov 30 04:19:12 2009
New Revision: 47938

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47938
Log:
No release necessary, only POD fixes
IGNORE-VERSION: 0.47-1
* New upstream release

Modified:
    trunk/libpar-dist-perl/Changes
    trunk/libpar-dist-perl/META.yml
    trunk/libpar-dist-perl/README
    trunk/libpar-dist-perl/debian/changelog
    trunk/libpar-dist-perl/lib/PAR/Dist.pm

Modified: trunk/libpar-dist-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/Changes?rev=47938&op=diff
==============================================================================
--- trunk/libpar-dist-perl/Changes (original)
+++ trunk/libpar-dist-perl/Changes Mon Nov 30 04:19:12 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: trunk/libpar-dist-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/META.yml?rev=47938&op=diff
==============================================================================
--- trunk/libpar-dist-perl/META.yml (original)
+++ trunk/libpar-dist-perl/META.yml Mon Nov 30 04:19:12 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: trunk/libpar-dist-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/README?rev=47938&op=diff
==============================================================================
--- trunk/libpar-dist-perl/README (original)
+++ trunk/libpar-dist-perl/README Mon Nov 30 04:19:12 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: trunk/libpar-dist-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/debian/changelog?rev=47938&op=diff
==============================================================================
--- trunk/libpar-dist-perl/debian/changelog (original)
+++ trunk/libpar-dist-perl/debian/changelog Mon Nov 30 04:19:12 2009
@@ -1,12 +1,13 @@
-libpar-dist-perl (0.46-1) UNRELEASED; urgency=low
+libpar-dist-perl (0.47-1) UNRELEASED; urgency=low
 
-  No release necessary
-  IGNORE-VERSION: 0.46-1
+  No release necessary, only POD fixes
+  IGNORE-VERSION: 0.47-1
 
   * New upstream release
     + Does not use Archive::Zip if it is version 1.28
+  * New upstream release
 
- -- Jonathan Yu <frequency at cpan.org>  Mon, 03 Aug 2009 17:16:11 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 29 Nov 2009 18:57:31 -0500
 
 libpar-dist-perl (0.45-1) unstable; urgency=low
 

Modified: trunk/libpar-dist-perl/lib/PAR/Dist.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/lib/PAR/Dist.pm?rev=47938&op=diff
==============================================================================
--- trunk/libpar-dist-perl/lib/PAR/Dist.pm (original)
+++ trunk/libpar-dist-perl/lib/PAR/Dist.pm Mon Nov 30 04:19:12 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