X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_plugin_loaded.t;h=106f6bccb85500a36c0d57338f85a11eb3f9d05e;hb=46fff667a1229a59422010500311e48a6f9da824;hp=d5fc31749ed18316f2f59321f74c45b7c1eea5a2;hpb=2938f7a0daa2ed737ca5cf64a4c60bab1581dda5;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_plugin_loaded.t b/t/aggregate/live_plugin_loaded.t index d5fc317..106f6bc 100644 --- a/t/aggregate/live_plugin_loaded.t +++ b/t/aggregate/live_plugin_loaded.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -10,11 +8,12 @@ use Test::More tests => 5; use Catalyst::Test 'TestApp'; my @expected = qw[ - Catalyst::Plugin::MangleDollarUnderScore Catalyst::Plugin::Test::Errors Catalyst::Plugin::Test::Headers Catalyst::Plugin::Test::Inline + Catalyst::Plugin::Test::MangleDollarUnderScore Catalyst::Plugin::Test::Plugin + Catalyst::Plugin::Unicode::Encoding TestApp::Plugin::AddDispatchTypes TestApp::Plugin::FullyQualified ];