Back to 6.00 at sri's request
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 8896db6..4aa26af 100644 (file)
@@ -59,7 +59,7 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI');
 __PACKAGE__->request_class('Catalyst::Request');
 __PACKAGE__->response_class('Catalyst::Response');
 
-our $VERSION = '5.62';
+our $VERSION = '6.00';
 
 sub import {
     my ( $class, @arguments ) = @_;
@@ -247,7 +247,7 @@ C<$c-E<gt>req-E<gt>args>. Upon returning from the function,
 C<$c-E<gt>req-E<gt>args> will be restored to the previous values.
 
 Any data C<return>ed from the action forwarded to, will be returned by the
-call to to forward.
+call to forward.
 
     my $foodata = $c->forward('/foo');
     $c->forward('index');