From 6d0bd92e26a6da6af2adcbb9e5caf11c50fc5701 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 17 Mar 2009 21:39:41 +0100 Subject: initial commit --- Makefile.PL | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..d0ab008 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,19 @@ +# IMPORTANT: if you delete this file your app will not work as +# expected. you have been warned +use inc::Module::Install; + +name 'intentioncloud'; +all_from 'lib/intentioncloud.pm'; + +requires 'Catalyst::Runtime' => '5.71000'; +requires 'Catalyst::Plugin::ConfigLoader'; +requires 'Catalyst::Plugin::Static::Simple'; +requires 'Catalyst::Action::RenderView'; +requires 'parent'; +requires 'Config::General'; # This should reflect the config file format you've chosen + # See Catalyst::Plugin::ConfigLoader for supported formats +catalyst; + +install_script glob('script/*.pl'); +auto_install; +WriteAll; -- cgit v1.2.3