X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=8949d178cbe097b655c305cb449d8b0794bb82ba;hp=13b975f00c0d60b4f74e623ed20bbe31fc5cfa75;hb=30156c599c664a8118f8d337c36fa026fe53e063;hpb=14a1ceeffe74d8c24dc270238f4069915270a6e5 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 13b975f..8949d17 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -79,9 +79,6 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! our $VERSION = '5.80022'; -our $PRETTY_VERSION = $VERSION; - -$VERSION = eval $VERSION; sub import { my ( $class, @arguments ) = @_; @@ -1162,7 +1159,7 @@ EOF if ( $class->debug ) { my $name = $class->config->{name} || 'Application'; - $class->log->info("$name powered by Catalyst $Catalyst::PRETTY_VERSION"); + $class->log->info("$name powered by Catalyst $Catalyst::VERSION"); } # Make sure that the application class becomes immutable at this point,