Merge master into gsoc_breadboard
Tomas Doran [Mon, 24 Oct 2011 17:33:28 +0000 (10:33 -0700)]
1  2 
Makefile.PL
TODO
lib/Catalyst.pm
lib/Catalyst/Component.pm
lib/Catalyst/Controller.pm
lib/Catalyst/Dispatcher.pm

diff --cc Makefile.PL
Simple merge
diff --cc TODO
Simple merge
diff --cc lib/Catalyst.pm
@@@ -875,23 -998,8 +835,9 @@@ sub path_to 
  sub plugin {
      my ( $class, $name, $plugin, @args ) = @_;
  
 +    # 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/);
+     # See block comment in t/unit_core_plugin.t
+     $class->log->warn(qq/Adding plugin using the ->plugin method is deprecated, and will be removed in a future release/);
  
      $class->_register_plugin( $plugin, 1 );
  
Simple merge
Simple merge
Simple merge