X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_plugin.t;fp=t%2Faggregate%2Funit_core_plugin.t;h=301df7c638cd72b92c9bd41554b60a9e63df90cc;hb=c98211e3f24c17a817353687d0e26b62bb760989;hp=16a5e24983adcd0bc9835d038be08ec87f894d0a;hpb=3d754f5852a61d0f5ba6321385d2ddb5bbb27ae5;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_plugin.t b/t/aggregate/unit_core_plugin.t index 16a5e24..301df7c 100644 --- a/t/aggregate/unit_core_plugin.t +++ b/t/aggregate/unit_core_plugin.t @@ -32,7 +32,7 @@ my $logger = Class::MOP::Class->create_anon_class( }, }, )->new_object; -PluginTestApp->log($logger); +#PluginTestApp->log($logger); use Catalyst::Test qw/PluginTestApp/;