X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5682d2c37ac1f51a68e93d6998ddc3602c8c31b7;hb=29f5acef992a393dcbd64bdc451047d9102eff94;hp=4b5f2e0f901023e32f313cb084a745beb2bdfa5a;hpb=24b3262af814a1014fd1ed9ea0eb0dedb90f67b4;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 4b5f2e0..5682d2c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,6 +46,8 @@ feature 'CPANPLUS (for easier installations)', -default => 0, 'CPANPLUS' => 0; +bundle 'Module::Install' => '0.40'; + install_script glob('script/*.pl'); auto_install; WriteAll;