push version to 0.24
[Biblio-Isis] / Makefile.PL
index 8c1e288..81d1ed5 100644 (file)
@@ -29,7 +29,7 @@ html: $(TO_INST_PM)
        test ! -z "`which svn2html.pl`" && svn update && svn2html.pl > $(HTML_DIR)/Changes.html
 
 changelog:
        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?
 
 tags:
        ctags *.p? */*.p?
@@ -41,5 +41,15 @@ cmp:
 bench: all
        cd ./scripts/ && ./bench.pl
 
 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
 }
 MAKE_MORE
 }