Complain loudly if you don't have M::I::Catalyst
[catagits/Catalyst-Devel.git] / share / Makefile.PL.tt
index 1fcbffd..f46ec37 100644 (file)
@@ -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 %]';