[Catalyst-commits] r6899 - trunk/Catalyst-Devel

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Fri Sep 14 21:10:28 GMT 2007


Author: matthewt
Date: 2007-09-14 21:10:27 +0100 (Fri, 14 Sep 2007)
New Revision: 6899

Modified:
   trunk/Catalyst-Devel/Makefile.PL
Log:
added auto_install to Makefile.PL

Modified: trunk/Catalyst-Devel/Makefile.PL
===================================================================
--- trunk/Catalyst-Devel/Makefile.PL	2007-09-14 20:08:32 UTC (rev 6898)
+++ trunk/Catalyst-Devel/Makefile.PL	2007-09-14 20:10:27 UTC (rev 6899)
@@ -18,4 +18,6 @@
 requires 'Module::Install' => '0.64';
 requires 'File::Copy::Recursive';
 
+auto_install;
+
 WriteAll;




More information about the Catalyst-commits mailing list