X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=8c1e2889a609ecfcdef4bd8cde145363a5eae1f2;hb=2f79725466971fcc6580b3c69eb330e0ca3c76f8;hp=95b0f537e65ff507057526575f41730cafaba6b5;hpb=fa6e3fb112b5e77d6545b78692ecf575c91ed893;p=Biblio-Isis diff --git a/Makefile.PL b/Makefile.PL index 95b0f53..8c1e288 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ WriteMakefile( AUTHOR => 'Dobrica Pavlinusic (dpavlin@rot13.org)', ABSTRACT_FROM => 'lib/Biblio/Isis.pm', PREREQ_PM => { - 'Test::Simple' => 0.44, + 'Test::More' => 0, 'Carp' => 0, 'File::Glob' => 0, 'File::Spec' => 0, @@ -23,9 +23,9 @@ sub MY::postamble { HTML_DIR=pod2html html: $(TO_INST_PM) - test -e $(HTML_DIR) && rm -Rf $(HTML_DIR) + test -e $(HTML_DIR) && rm -Rf $(HTML_DIR) || true mkdir $(HTML_DIR) - perl -MPod::Simple::HTMLBatch -e 'Pod::Simple::HTMLBatch::go' lib/ pod2html/ + allpod2xhtml.pl lib/ $(HTML_DIR) test ! -z "`which svn2html.pl`" && svn update && svn2html.pl > $(HTML_DIR)/Changes.html changelog: