Bump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000 (13:19 +0000)]
Makefile.PL

index 2666861..9c91ee9 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install;
+use inc::Module::Install 0.87;
 
 name 'Catalyst-View-ContentNegotiation-XHTML';
 all_from 'lib/Catalyst/View/ContentNegotiation/XHTML.pm';
@@ -33,5 +33,5 @@ if (-e 'inc/.author') {
                                         ' echo "to avoid getting resource forks in your dist."; exit 255; fi' });
   }
 }
-
+auto_install;
 WriteAll();