2 # IMPORTANT: if you delete this file your app will not work as
3 # expected. You have been warned.
4 use inc
::Module
::Install
1.02;
5 use Module
::Install
::Catalyst
; # Complain loudly if you don't have
6 # Catalyst::Devel installed or haven't said
7 # 'make dist' to create a standalone tarball.
10 all_from
'lib/Regano.pm';
12 requires
'Catalyst::Runtime' => '5.90101';
13 requires
'Catalyst::Plugin::ConfigLoader';
14 requires
'Catalyst::Plugin::Static::Simple';
15 requires
'Catalyst::Action::RenderView';
17 requires
'namespace::autoclean';
18 requires
'Config::General';
19 requires
'Crypt::Random';
20 requires
'MIME::Entity';
22 test_requires
'Test::More' => '0.88';
25 install_script
glob('script/*.pl');