X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=share%2FMakefile.PL.tt;h=3b8b109a7e28c671b2abf38b4ad2b8e172a86ba4;hb=00c8a8df02eeac9ff52143f1302b79c3b4774598;hp=ae47abd1e891c2c6339078428c97d28dcad801d2;hpb=f203ac2aec290c731e759d5046b114561339d6c7;p=catagits%2FCatalyst-Devel.git diff --git a/share/Makefile.PL.tt b/share/Makefile.PL.tt index ae47abd..3b8b109 100644 --- a/share/Makefile.PL.tt +++ b/share/Makefile.PL.tt @@ -1,7 +1,8 @@ [% startperl %] # IMPORTANT: if you delete this file your app will not work as # expected. You have been warned. -use inc::Module::Install; +use lib '.'; +use inc::Module::Install 1.02; use Module::Install::Catalyst; # Complain loudly if you don't have # Catalyst::Devel installed or haven't said # 'make dist' to create a standalone tarball.