use inc::Module::Install 0.87; name 'Catalyst-Plugin-Authentication-Credential-Facebook'; all_from 'lib/Catalyst/Plugin/Authentication/Credential/Facebook.pm'; requires 'Catalyst' => '5.7'; requires 'Catalyst::Plugin::Authentication' => '0.10'; requires 'WWW::Facebook::API'; auto_install; resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-Authentication-Credential-Facebook/0.01/'; WriteAll;