X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=df3495a0936eecbcd8f8bebd276cef10e67b7779;hb=c664a7e56564c0dc035f31ed900aa697f2e079e4;hp=68244610952a237eda86a367c69654f71802aa18;hpb=4e7aa2ea2c705f39af2cc1cdf7455742d54bd880;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6824461..df3495a 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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