X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=6f111d9dd75e9e99c76159a06661573bd5ca6a48;hp=4095cc9ba615c88c727a197f9c7f101d471e8221;hb=10011c19cb6f294d1d16c1a1fb484614a7c5dcba;hpb=6d27bb31757fb5f513d5c65aa54a7ea4305aa023 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4095cc9..6f111d9 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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' );