In perl.git, the branch smoke-me/installhtml has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a9b269e54f1af0d7180d3d70710447eabcd27cf5?hp=8db8f6b697e6f705eda3222828417099787adba4>

- Log -----------------------------------------------------------------
commit a9b269e54f1af0d7180d3d70710447eabcd27cf5
Author: Nicholas Clark <[email protected]>
Date:   Tue Jan 24 16:48:09 2012 +0100

    Purge references to --libpod, an abbreviation for --libpods
    
    --libpods was removed from Pod::HTML in commit 3b49d8d9ac841d8e, and
    references to it removed in commit 6c6fc3be9a6e74e4. However, that commit
    missed the fact that 2 callers were not using the full name for the option,
    which works because Getopt::Long defaults to accepting unambiguous
    abbreviations.
-----------------------------------------------------------------------

Summary of changes:
 win32/Makefile    |    2 +-
 win32/makefile.mk |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/win32/Makefile b/win32/Makefile
index e469396..326376b 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1029,7 +1029,7 @@ Extensions_realclean:
 doc: $(PERLEXE) ..\pod\perltoc.pod
        $(PERLEXE) -I..\lib ..\installhtml --podroot=.. --htmldir=$(HTMLDIR) \
            --podpath=pod:lib:ext:utils --htmlroot="file://$(INST_HTML::=|)" \
-           --libpod=perlfunc:perlguts:perlvar:perlrun:perlop --recurse
+           --recurse
 
 # Note that this next section is parsed (and regenerated) by pod/buildtoc
 # so please check that script before making structural changes here
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 95c42a6..ced3d0f 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1218,7 +1218,7 @@ Extensions_realclean :
 doc: $(PERLEXE) ..\pod\perltoc.pod
        $(PERLEXE) -I..\lib ..\installhtml --podroot=.. --htmldir=$(HTMLDIR) \
            --podpath=pod:lib:ext:utils --htmlroot="file://$(INST_HTML:s,:,|,)"\
-           --libpod=perlfunc:perlguts:perlvar:perlrun:perlop --recurse
+           --recurse
 
 # Note that this next section is parsed (and regenerated) by pod/buildtoc
 # so please check that script before making structural changes here

--
Perl5 Master Repository

Reply via email to