r45543 - in /trunk/libmodule-build-perl/debian: changelog patches/man-ext

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 8 20:54:26 UTC 2009


Author: gregoa
Date: Thu Oct  8 20:54:21 2009
New Revision: 45543

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45543
Log:
Refresh patch.

Modified:
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/patches/man-ext

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/changelog?rev=45543&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Thu Oct  8 20:54:21 2009
@@ -6,6 +6,7 @@
   [ gregor herrmann ]
   * Install contrib scripts as examples, thanks to Jari Aalto for the bug
     report (closes: #550286).
+  * Refresh patch.
 
  -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:25:30 -0700
 

Modified: trunk/libmodule-build-perl/debian/patches/man-ext
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/patches/man-ext?rev=45543&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/patches/man-ext (original)
+++ trunk/libmodule-build-perl/debian/patches/man-ext Thu Oct  8 20:54:21 2009
@@ -2,7 +2,7 @@
 
 --- a/lib/Module/Build/Base.pm
 +++ b/lib/Module/Build/Base.pm
-@@ -2732,7 +2732,7 @@ sub manify_bin_pods {
+@@ -2733,7 +2733,7 @@
    foreach my $file (keys %$files) {
      # Pod::Simple based parsers only support one document per instance.
      # This is expected to change in a future version (Pod::Simple > 3.03).
@@ -11,7 +11,7 @@
      my $manpage = $self->man1page_name( $file ) . '.' .
  	          $self->config( 'man1ext' );
      my $outfile = File::Spec->catfile($mandir, $manpage);
-@@ -2756,7 +2756,7 @@ sub manify_lib_pods {
+@@ -2758,7 +2758,7 @@
    while (my ($file, $relfile) = each %$files) {
      # Pod::Simple based parsers only support one document per instance.
      # This is expected to change in a future version (Pod::Simple > 3.03).




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