From: Justin Hunter Date: Fri, 29 May 2009 01:12:43 +0000 (+0000) Subject: put Catalyst::Plugin::Test::MangleDollarUnderScore into a better namespace X-Git-Tag: 5.80005~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=3d101ef947ea1bb88451a626a3b9749952f55fbd put Catalyst::Plugin::Test::MangleDollarUnderScore into a better namespace --- diff --git a/t/aggregate/live_plugin_loaded.t b/t/aggregate/live_plugin_loaded.t index d5fc317..6795043 100644 --- a/t/aggregate/live_plugin_loaded.t +++ b/t/aggregate/live_plugin_loaded.t @@ -10,10 +10,10 @@ 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 TestApp::Plugin::AddDispatchTypes TestApp::Plugin::FullyQualified diff --git a/t/lib/Catalyst/Plugin/MangleDollarUnderScore.pm b/t/lib/Catalyst/Plugin/Test/MangleDollarUnderScore.pm similarity index 84% rename from t/lib/Catalyst/Plugin/MangleDollarUnderScore.pm rename to t/lib/Catalyst/Plugin/Test/MangleDollarUnderScore.pm index aee621b..94a5184 100644 --- a/t/lib/Catalyst/Plugin/MangleDollarUnderScore.pm +++ b/t/lib/Catalyst/Plugin/Test/MangleDollarUnderScore.pm @@ -1,4 +1,4 @@ -package Catalyst::Plugin::MangleDollarUnderScore; +package Catalyst::Plugin::Test::MangleDollarUnderScore; use strict; use warnings; diff --git a/t/lib/TestApp.pm b/t/lib/TestApp.pm index 0d03647..e9e7e59 100644 --- a/t/lib/TestApp.pm +++ b/t/lib/TestApp.pm @@ -2,7 +2,7 @@ package TestApp; use strict; use Catalyst qw/ - MangleDollarUnderScore + Test::MangleDollarUnderScore Test::Errors Test::Headers Test::Plugin diff --git a/t/unit_core_plugin.t b/t/unit_core_plugin.t index 09bcfa1..cb48159 100644 --- a/t/unit_core_plugin.t +++ b/t/unit_core_plugin.t @@ -42,10 +42,10 @@ is( $warnings, 1, '1 warning' ); use_ok '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 TestApp::Plugin::AddDispatchTypes TestApp::Plugin::FullyQualified