From: André Walker Date: Sat, 16 Jul 2011 02:06:36 +0000 (-0300) Subject: fix comment X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=8e55a804b5c31b86484e89feee5376a682168f97 fix comment --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 95614c6..427d51c 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -913,7 +913,7 @@ Please do not use this functionality in new code. sub plugin { my ( $class, $name, $plugin, @args ) = @_; - # See block comment in t/unit_core_plugin.t + # See block comment in t/aggregate/unit_core_plugin.t $class->log->warn(qq/Adding plugin using the ->plugin method is deprecated, and will be removed in Catalyst 5.81/); $class->_register_plugin( $plugin, 1 );