use inc::Module::Install 0.87; name 'Catalyst-Plugin-ConfigLoader-Remote'; all_from 'lib/Catalyst/Plugin/ConfigLoader/Remote.pm'; requires 'Catalyst::Plugin::ConfigLoader'; requires 'File::Fetch'; auto_install; resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-ConfigLoader-Remote/'; WriteAll;