From: Rafael Kitover Date: Tue, 24 Nov 2009 08:52:33 +0000 (+0000) Subject: s/clean_files "README"/realclean_files "README"/ X-Git-Tag: v0.32~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Model-DBIC-Schema.git;a=commitdiff_plain;h=30cd8c5ade1506a8afa42961729914f53c9f717e s/clean_files "README"/realclean_files "README"/ --- diff --git a/Makefile.PL b/Makefile.PL index e3bb2fb..2f4a846 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -35,7 +35,7 @@ if(-e 'MANIFEST.SKIP') { system("pod2text lib/Catalyst/Model/DBIC/Schema.pm > README"); } -clean_files 'README'; +realclean_files 'README'; auto_provides; auto_install;