prepare for _02...
Marcus Ramberg [Tue, 25 Oct 2005 22:48:15 +0000 (22:48 +0000)]
added pod for ->version

Changes
lib/Catalyst.pm

diff --git a/Changes b/Changes
index 3412c6a..957cf3c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Tis file documents the revision history for Perl extension Catalyst.
 
-5.50
+5.49_02 2005-10-26 12:39:00 
         - Whole new dispatcher!
         - Added index action
         - Added path_to method
index 6824461..df3495a 100644 (file)
@@ -43,9 +43,7 @@ our $CATALYST_SCRIPT_GEN = 8;
 __PACKAGE__->mk_classdata($_)
   for qw/components arguments dispatcher engine log/;
 
-our $VERSION = '5.49_01';
-
-sub version { return $Catalyst::VERSION }
+our $VERSION = '5.49_02';
 
 sub import {
     my ( $class, @arguments ) = @_;
@@ -1553,6 +1551,15 @@ sub write {
     return $c->engine->write( $c, @_ );
 }
 
+=item version
+
+Returns the Catalyst version number. mostly useful for powered by messages
+in template systems.
+
+=cut
+
+sub version { return $Catalyst::VERSION }
+
 =back
 
 =head1 CASE SENSITIVITY