--- trunk/Makefile.PL 2006/01/04 15:28:39 9 +++ trunk/Makefile.PL 2006/05/22 14:48:14 158 @@ -11,11 +11,15 @@ 'Carp' => 0, 'Test::Simple' => 0, 'Test::Exception' => 0, + 'URI' => 0, + 'LWP::UserAgent' => 0, + 'MIME::Base64' => 0, + 'URI::Escape' => 0, }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'Estraier.pm', # retrieve abstract from module AUTHOR => 'Dobrica Pavlinusic ') : ()), - clean => { FILES => "Makefile.old pod2html" }, + clean => { FILES => "Makefile Makefile.old pod2html" }, ); sub MY::postamble { @@ -30,10 +34,21 @@ test ! -z "`which svn2html.pl`" && svn update && svn2html.pl > $(HTML_DIR)/Changes.html changelog: - svn update && svn -v log > Changes + svk log -v > Changes tags: ctags *.p? +cpan: + make clean + perl Makefile.PL + make changelog + make dist + make disttest + sudo /etc/init.d/hyperestraier stop + make disttest + sudo /etc/init.d/hyperestraier start + echo cpan-upload Search-Estraier-*.tar.gz + MAKE_MORE }