0.07999_05 (2nd 0.08 RC)
[dbsrgits/DBIx-Class.git] / Makefile.PL
index a8319c5..00e5c25 100644 (file)
@@ -27,6 +27,13 @@ install_script 'script/dbicadmin';
 
 tests "t/*.t t/*/*.t";
 
+# re-build README if we're in an svk checkout
+if( -e 'MANIFEST.SKIP' ) {
+    system('pod2text lib/DBIx/Class.pm > README');
+}
+
+auto_provides;
+
 auto_install;
 
 WriteAll;