s/clean_files "README"/realclean_files "README"/
Rafael Kitover [Tue, 24 Nov 2009 08:52:33 +0000 (08:52 +0000)]
Makefile.PL

index e3bb2fb..2f4a846 100644 (file)
@@ -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;