X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=a0fbc3850de059cebbc78d1568a7597ae8be3435;hb=e66329daef8b951878efad004f636924baf448fd;hp=9bb6701167ce47729f700a9955393b4b42ee14cd;hpb=30079544087f5626ed47bafcc25a3211ad8745c4;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 9bb6701..a0fbc38 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -78,7 +78,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80015'; +our $VERSION = '5.80016'; { my $dev_version = $VERSION =~ /_\d{2}$/; @@ -2690,8 +2690,7 @@ C - The default model picked if you say C<< $c->model >>. See L<< =item * -C - The default view to be rendered or returned when C<< $c->view >>. See L<< /$c->view($name) >>. -is called. +C - The default view to be rendered or returned when C<< $c->view >> is called. See L<< /$c->view($name) >>. =item *