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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Oct 7 19:51:35 UTC 2008


Author: dmn
Date: Tue Oct  7 19:51:31 2008
New Revision: 25837

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25837
Log:
refresh man-ext.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=25837&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Tue Oct  7 19:51:31 2008
@@ -17,6 +17,7 @@
     during build
   * copyright: drop t/bundled/Test/* entries as no longer shipped upstream
   * remove t/bundled in clean target; add libtie-cphash-perl to B-D-I instead
+  * refresh man-ext.patch
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 06 Oct 2008 10:23:27 +0300
 

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=25837&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/patches/man-ext (original)
+++ trunk/libmodule-build-perl/debian/patches/man-ext Tue Oct  7 19:51:31 2008
@@ -2,7 +2,7 @@
 
 --- a/lib/Module/Build/Base.pm
 +++ b/lib/Module/Build/Base.pm
-@@ -2552,7 +2552,7 @@ sub manify_bin_pods {
+@@ -2613,7 +2613,7 @@ sub manify_bin_pods {
    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);
-@@ -2576,7 +2576,7 @@ sub manify_lib_pods {
+@@ -2637,7 +2637,7 @@ sub manify_lib_pods {
    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