X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=bfedbca43ca07488d5c842c8800db9c85851315c;hb=3b9c081223446195cf979709aa33295d6e993f3f;hp=4095cc9ba615c88c727a197f9c7f101d471e8221;hpb=2887a7f1e2c976a83040381ab916800fa3827758;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4095cc9..bfedbca 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -77,7 +77,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.8000_05'; +our $VERSION = '5.8000_06'; sub import { my ( $class, @arguments ) = @_; @@ -871,7 +871,7 @@ sub path_to { =head2 $c->plugin( $name, $class, @args ) -Helper method for plugins. It creates a classdata accessor/mutator and +Helper method for plugins. It creates a class data accessor/mutator and loads and instantiates the given class. MyApp->plugin( 'prototype', 'HTML::Prototype' );