[Catalyst-commits] r14054 - Catalyst-Plugin-Authentication/0.10000/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri Jul 29 08:13:04 GMT 2011


Author: t0m
Date: 2011-07-29 08:13:04 +0000 (Fri, 29 Jul 2011)
New Revision: 14054

Modified:
   Catalyst-Plugin-Authentication/0.10000/trunk/Makefile.PL
Log:
Add author requires so all the tests get run

Modified: Catalyst-Plugin-Authentication/0.10000/trunk/Makefile.PL
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/Makefile.PL	2011-07-29 08:03:55 UTC (rev 14053)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/Makefile.PL	2011-07-29 08:13:04 UTC (rev 14054)
@@ -1,4 +1,8 @@
+use strict;
+use warnings;
 use inc::Module::Install 0.87;
+use Module::Install::AuthorRequires;
+use Module::Install::AuthorTests;
 
 if ( $Module::Install::AUTHOR ) {
     system( 'pod2text lib/Catalyst/Plugin/Authentication.pm > README' )
@@ -21,6 +25,11 @@
 test_requires 'Class::MOP';
 test_requires 'Moose';
 
+author_requires 'Test::WWW::Mechanize::Catalyst';
+author_requires 'Catalyst::Plugin::Session';
+author_requires 'Catalyst::Plugin::Session::State::Cookie';
+author_requires 'Digest::SHA1';
+
 author_tests 't/author';
 
 auto_install;




More information about the Catalyst-commits mailing list