[Bast-commits] r6615 - DBIx-Class/0.08/trunk

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Thu Jun 11 12:32:08 GMT 2009


Author: ribasushi
Date: 2009-06-11 12:32:07 +0000 (Thu, 11 Jun 2009)
New Revision: 6615

Modified:
   DBIx-Class/0.08/trunk/Makefile.PL
Log:
explicitly remove manifest on author mode make

Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL	2009-06-11 12:29:48 UTC (rev 6614)
+++ DBIx-Class/0.08/trunk/Makefile.PL	2009-06-11 12:32:07 UTC (rev 6615)
@@ -112,13 +112,17 @@
     build_requires ($module => $force_requires_if_author{$module});
   }
 
+  print "Regenerating README\n";
   system('pod2text lib/DBIx/Class.pm > README');
+
+  if (-f 'MANIFEST') {
+    print "Removing MANIFEST\n";
+    unlink 'MANIFEST';
+  }
 }
 
-auto_provides;
+auto_install();
 
-auto_install;
-
 WriteAll();
 
 # Re-write META.yml to _exclude_ all forced requires (we do not want to ship this)




More information about the Bast-commits mailing list