ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/wwwroot/Makefile.PL
(Generate patch)

Comparing ermyth/wwwroot/Makefile.PL (file contents):
Revision 1.1 by pippijn, Wed Jul 25 00:03:21 2007 UTC vs.
Revision 1.2 by pippijn, Wed Jul 25 01:18:17 2007 UTC

3name 'Ermyth-Web'; 3name 'Ermyth-Web';
4all_from 'lib/Ermyth/Web.pm'; 4all_from 'lib/Ermyth/Web.pm';
5 5
6requires 'Catalyst' => '5.7007'; 6requires 'Catalyst' => '5.7007';
7requires 'Catalyst::Plugin::ConfigLoader'; 7requires 'Catalyst::Plugin::ConfigLoader';
8requires 'Catalyst::Plugin::Session';
9requires 'Catalyst::Plugin::Session::State::Cookie';
8requires 'Catalyst::Plugin::Static::Simple'; 10requires 'Catalyst::Plugin::Session::Store::File';
9requires 'Catalyst::Action::RenderView'; 11requires 'Catalyst::Action::RenderView';
12requires 'Catalyst::Controller::FormBuilder';
13requires 'Path::Class';
14requires 'Pod::POM';
15requires 'JSON::RPC::Client';
10requires 'YAML'; # This should reflect the config file format you've chosen 16requires 'YAML'; # This should reflect the config file format you've chosen
11 # See Catalyst::Plugin::ConfigLoader for supported formats 17 # See Catalyst::Plugin::ConfigLoader for supported formats
12catalyst; 18catalyst;
19catalyst_par_core; # Include modules that are also included
20 # in the standard Perl distribution,
21 # this is optional but highly suggested
22
23catalyst_par; # Generate a PAR as soon as the blib
24 # directory is ready
13 25
14install_script glob('script/*.pl'); 26install_script glob('script/*.pl');
15auto_install; 27auto_install;
16WriteAll; 28WriteAll;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines