X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRuntime.pm;h=466d54a64cb6cbfd7df7e678bff195000adfd999;hb=c7f851424be516dd34be1e6825bda8e46201507d;hp=dba230d41bd4c776a5f4f55d6d15b648b8514027;hpb=f72168b72b3ee606b84e962407d5d801727e19da;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index dba230d..466d54a 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -3,13 +3,12 @@ package Catalyst::Runtime; use strict; use warnings; -BEGIN { require 5.008006; } +BEGIN { require 5.008003; } # Remember to update this in Catalyst as well! -our $VERSION='5.80010'; - -$VERSION = eval $VERSION; +our $VERSION = '5.90081'; +$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases =head1 NAME @@ -23,11 +22,11 @@ See L. This is the primary class for the Catalyst-Runtime distribution, version 5.80. -=head1 AUTHORS +=head1 AUTHORS & COPYRIGHT Catalyst Contributors, see Catalyst.pm -=head1 COPYRIGHT +=head1 LICENSE This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.