From: Tomas Doran (t0m) Date: Wed, 3 Feb 2010 11:54:29 +0000 (+0000) Subject: Complain loudly if you don't have M::I::Catalyst X-Git-Tag: 1.27~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01aa309c2d6638ac212748a1f56099eefc91b6a9;hp=7235d8b347697646b6342a5beda0737f832e734e;p=catagits%2FCatalyst-Devel.git Complain loudly if you don't have M::I::Catalyst --- diff --git a/share/Makefile.PL.tt b/share/Makefile.PL.tt index 1fcbffd..f46ec37 100644 --- a/share/Makefile.PL.tt +++ b/share/Makefile.PL.tt @@ -2,6 +2,9 @@ # IMPORTANT: if you delete this file your app will not work as # expected. You have been warned. use inc::Module::Install; +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. name '[% dir %]'; all_from '[% path %]';