X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=568ea2c70cd5ef48f7bc69c532758b6dfa41aa61;hb=025d09f99a573f9efde3e001190bb584116ccb32;hp=b5eac5f445f1a7a6deaee0db8d98d7474df68322;hpb=98716d56481b10b9e5f4eb1e5bb15e8a56f48bb7;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index b5eac5f..568ea2c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,14 +1,12 @@ use strict; use warnings; use inc::Module::Install 0.91; -{ # Ensure that these get used - yes, M::I loads them for us, but if you're - # in author mode and don't have them installed, then the error is tres - # cryptic. - no warnings 'redefine'; - use Module::Install::AuthorRequires; - use Module::Install::CheckConflicts; - use Module::Install::AuthorTests; -} +# Ensure that these get used - yes, M::I loads them for us, but if you're +# in author mode and don't have them installed, then the error is tres +# cryptic. +use Module::Install::AuthorRequires; +use Module::Install::CheckConflicts; +use Module::Install::AuthorTests; perl_version '5.008004';