X-Git-Url: http://git.rot13.org/?p=Biblio-Isis;a=blobdiff_plain;f=Makefile.PL;h=81d1ed57c4a49142059fe8dad1d55b1b83620042;hp=8c1e2889a609ecfcdef4bd8cde145363a5eae1f2;hb=refs%2Fheads%2Fmaster;hpb=1d6ebdcdf8309eda34920cb9bfd785f11d6c37b2 diff --git a/Makefile.PL b/Makefile.PL index 8c1e288..81d1ed5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -29,7 +29,7 @@ html: $(TO_INST_PM) test ! -z "`which svn2html.pl`" && svn update && svn2html.pl > $(HTML_DIR)/Changes.html changelog: - svn update && svn -v log > Changes + svk update && svk -v log > Changes tags: ctags *.p? */*.p? @@ -41,5 +41,15 @@ cmp: bench: all cd ./scripts/ && ./bench.pl +cpan: + make clean + rm -f Biblio-Isis-*.tar.gz + perl Makefile.PL + make changelog + make dist + make disttest + @echo + @echo -n "Upload" Biblio-Isis-*.tar.gz "to CPAN? [y/N]:" + @read upload && test "$$upload" == "y" && cpan-upload -verbose Biblio-Isis-*.tar.gz MAKE_MORE }