Rename dzil plugin to have a much shorter namespace
Dave Rolsky [Tue, 28 Dec 2010 15:42:34 +0000 (10:42 -0500)]
dist.ini
inc/ExtractInlineTests.pm [moved from inc/Moose/DZ/Plugin/ExtractInlineTests.pm with 98% similarity]

index 3702728..eedb3fa 100644 (file)
--- 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]
 
similarity index 98%
rename from inc/Moose/DZ/Plugin/ExtractInlineTests.pm
rename to inc/ExtractInlineTests.pm
index 6313a1b..0bf6515 100644 (file)
@@ -1,4 +1,4 @@
-package inc::Moose::DZ::Plugin::ExtractInlineTests;
+package inc::ExtractInlineTests;
 
 use Moose;