Updated task
Sebastian Riedel [Fri, 25 Nov 2005 01:30:22 +0000 (01:30 +0000)]
Catalyst.pm
Changes
Makefile.PL

index d6fa01c..a1a1c41 100644 (file)
@@ -2,7 +2,7 @@ package Task::Catalyst;
 
 use strict;
 
-our $VERSION = '1.10';
+our $VERSION = '1.20';
 
 =head1 NAME
 
@@ -40,6 +40,8 @@ L<Catalyst::Plugin::Session::State::Cookie>
 
 L<Catalyst::Plugin::Session::State::URI>
 
+L<Catalyst::Plugin::I18N>
+
 L<Catalyst::Model::DBIC::Plain>
 
 L<Catalyst::Model::DBIC>
diff --git a/Changes b/Changes
index c1eb936..5c1009f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Task::Catalyst.
 
+1.20  Mon Nov 21 00:00:00 2005
+        - Added Catalyst::Plugin::I18N
+
 1.10  Mon Nov 21 00:00:00 2005
         - Added ExtUtils::AutoInstall support
 
index 5e5f2ae..9f187d4 100644 (file)
@@ -8,7 +8,7 @@ license('perl');
 
 include('ExtUtils::AutoInstall');
 
-requires( 'Catalyst' => '5.57' );
+requires( 'Catalyst' => '5.58' );
 
 features(
     'FormValidator Support' => [
@@ -46,6 +46,10 @@ features(
         'Catalyst::Plugin::Session::State::Cookie' => 0,
         'Catalyst::Plugin::Session::State::URI'    => 0
     ],
+    'I18N Support' => [
+        -default                 => 1,
+        'Catalyst::Plugin::I18N' => 0
+    ],
     'DBIx::Class Support' => [
         -default                       => 1,
         'Catalyst::Model::DBIC'        => 0,