cpan target and tweaking of distribution files
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 9 Jul 2006 13:20:06 +0000 (13:20 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 9 Jul 2006 13:20:06 +0000 (13:20 +0000)
git-svn-id: file:///home/dpavlin/svn/Biblio-Isis/trunk@60 4670fa4d-42ec-0310-ab5b-a66af6943492

MANIFEST
MANIFEST.SKIP
Makefile.PL

index bf55d29..8aa4a6e 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -6,10 +6,10 @@ Changes
 Makefile.PL
 lib/Biblio/Isis.pm
 lib/Biblio/Isis/Manual.pod
 Makefile.PL
 lib/Biblio/Isis.pm
 lib/Biblio/Isis/Manual.pod
-t/001_load.t
-t/002_isis.t
-t/998_pod-coverage.t
-t/999_pod.t
+t/1_load.t
+t/2_isis.t
+t/9_pod-coverage.t
+t/9_pod.t
 scripts/dump_isisdb.pl
 scripts/dump_openisis.pl
 scripts/bench.pl
 scripts/dump_isisdb.pl
 scripts/dump_openisis.pl
 scripts/bench.pl
index 0120b12..f309221 100644 (file)
@@ -11,3 +11,4 @@ Makefile
 Makefile.old
 scripts/.svn/
 t/.svn/
 Makefile.old
 scripts/.svn/
 t/.svn/
+blib
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
 }