[Catalyst-commits] r7927 - trunk/Catalyst-Plugin-Authentication

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Fri Jun 13 19:29:46 BST 2008


Author: bricas
Date: 2008-06-13 19:29:46 +0100 (Fri, 13 Jun 2008)
New Revision: 7927

Modified:
   trunk/Catalyst-Plugin-Authentication/Changes
   trunk/Catalyst-Plugin-Authentication/Makefile.PL
Log:
Update tests prereqs to include Test::Exception (RT #36339)

Modified: trunk/Catalyst-Plugin-Authentication/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication/Changes	2008-06-13 18:03:46 UTC (rev 7926)
+++ trunk/Catalyst-Plugin-Authentication/Changes	2008-06-13 18:29:46 UTC (rev 7927)
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.1XXX  XXXX
+        - Update tests prereqs to include Test::Exception (RT #36339)
+
 0.10007_01 2008-06-05
         - Some documentation fixes (including RT #36062)
         - Compatibility fix where the use of new style config and old

Modified: trunk/Catalyst-Plugin-Authentication/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Authentication/Makefile.PL	2008-06-13 18:03:46 UTC (rev 7926)
+++ trunk/Catalyst-Plugin-Authentication/Makefile.PL	2008-06-13 18:29:46 UTC (rev 7927)
@@ -4,16 +4,17 @@
     system( 'pod2text lib/Catalyst/Plugin/Authentication.pm > README' );
 }
 
+perl_version '5.008001';
+
 name 'Catalyst-Plugin-Authentication';
 all_from 'lib/Catalyst/Plugin/Authentication.pm';
 
-perl_version '5.8.1';
-
 requires 'Catalyst::Runtime';
 requires 'Class::Inspector';
 requires 'Catalyst::Plugin::Session' => '0.10';
 
 test_requires 'Test::More';
+test_requires 'Test::Exception';
 
 auto_install;
 WriteAll;




More information about the Catalyst-commits mailing list