use inc::Module::Install 0.87; if( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Catalyst/Authentication/Store/DBIx/Class.pm > README' ); } ## I'd love to use can_use - but I can't seem to test for success. :-/ eval { require Catalyst::Plugin::Authentication::Store::DBIx::Class or die 'footy'; }; if (!$@) { #} can_use("Catalyst::Plugin::Authentication::Store::DBIx::Class") ) { print STDERR < 0, 'Catalyst::Plugin::Authentication' => '0.10008', 'Catalyst::Model::DBIC::Schema' => 0, 'DBIx::Class' => 0, 'Catalyst::Model::DBIC::Schema' => '0.18', ); test_requires 'Test::More'; auto_install; resources repository => 'http://dev.catalystframework.org/repos/Catalyst/trunk/Catalyst-Authentication-Store-DBIx-Class'; WriteAll;