use inc::Module::Install 0.87; name 'Catalyst-Manual'; all_from 'lib/Catalyst/Manual.pm'; author 'Kieren Diment '; license 'perl'; requires 'Test::More'; auto_install; resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.70/trunk/'; WriteAll;