Purge references to --libpod, an abbreviation for --libpods
authorNicholas Clark <nick@ccl4.org>
Tue, 24 Jan 2012 15:48:09 +0000 (16:48 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 31 Jan 2012 11:38:01 +0000 (12:38 +0100)
--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.

win32/Makefile
win32/makefile.mk

index e469396..326376b 100644 (file)
@@ -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
index 95c42a6..ced3d0f 100644 (file)
@@ -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