use inc::Module::Install 0.87; name 'JQChat'; all_from 'lib/JQChat.pm'; requires 'Catalyst' => '5.7001'; requires 'Catalyst::Plugin::ConfigLoader'; requires 'Catalyst::Plugin::Static::Simple'; requires 'Catalyst::Action::RenderView'; requires 'YAML'; # This should reflect the config file format you've chosen # See Catalyst::Plugin::ConfigLoader for supported formats catalyst; requires 'DBIx::Class::Schema::Loader'; requires 'HTML::Sanitizer'; requires 'DateTime'; install_script glob('script/*.pl'); auto_install; resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/JQChat/'; WriteAll;