From: Dave Rolsky Date: Tue, 28 Dec 2010 15:42:34 +0000 (-0500) Subject: Rename dzil plugin to have a much shorter namespace X-Git-Tag: 1.9900~3^2~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4dc2cd56dbcdc0fbde04ac7312d934ce2a697d01;p=gitmo%2FMoose.git Rename dzil plugin to have a much shorter namespace --- diff --git a/dist.ini b/dist.ini index 3702728..eedb3fa 100644 --- a/dist.ini +++ b/dist.ini @@ -30,7 +30,7 @@ namespace = Moose::Meta::Method::Accessor::Native [SurgicalPodWeaver] -[=inc::Moose::DZ::Plugin::ExtractInlineTests] +[=inc::ExtractInlineTests] [NoTabsTests] [EOLTests] diff --git a/inc/Moose/DZ/Plugin/ExtractInlineTests.pm b/inc/ExtractInlineTests.pm similarity index 98% rename from inc/Moose/DZ/Plugin/ExtractInlineTests.pm rename to inc/ExtractInlineTests.pm index 6313a1b..0bf6515 100644 --- a/inc/Moose/DZ/Plugin/ExtractInlineTests.pm +++ b/inc/ExtractInlineTests.pm @@ -1,4 +1,4 @@ -package inc::Moose::DZ::Plugin::ExtractInlineTests; +package inc::ExtractInlineTests; use Moose;