fix comment
André Walker [Sat, 16 Jul 2011 02:06:36 +0000 (23:06 -0300)]
lib/Catalyst.pm

index 95614c6..427d51c 100644 (file)
@@ -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 );