[Bps-public-commit] r17341 - sd/trunk

jesse at bestpractical.com jesse at bestpractical.com
Wed Dec 24 19:11:01 EST 2008


Author: jesse
Date: Wed Dec 24 19:11:01 2008
New Revision: 17341

Modified:
   sd/trunk/Makefile.PL

Log:
* disable autoinstall, since it causes ordinarily reasonable people to froth at the mouth

Modified: sd/trunk/Makefile.PL
==============================================================================
--- sd/trunk/Makefile.PL	(original)
+++ sd/trunk/Makefile.PL	Wed Dec 24 19:11:01 2008
@@ -1,5 +1,5 @@
 use inc::Module::Install;
-name('sd');
+name('SD');
 author('Jesse Vincent and Chia-Liang Kao');
 copyright('2008 Best Practical Solutions, LLC');
 license('MIT');
@@ -29,5 +29,4 @@
 # Include subdirectory tests too.
 tests("t/*.t t/*/*.t");
 
-auto_install();
 &WriteAll;



More information about the Bps-public-commit mailing list