summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Dist/Zilla/Plugin/MakefilePL/Develop.pm (renamed from lib/Dist/Zilla/Plugin/MakefilePL/Lite.pm)2
-rw-r--r--lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm (renamed from lib/ExtUtils/MakeMaker/Dist/Zilla.pm)2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Dist/Zilla/Plugin/MakefilePL/Lite.pm b/lib/Dist/Zilla/Plugin/MakefilePL/Develop.pm
index bf06005..54b13a6 100644
--- a/lib/Dist/Zilla/Plugin/MakefilePL/Lite.pm
+++ b/lib/Dist/Zilla/Plugin/MakefilePL/Develop.pm
@@ -1,4 +1,4 @@
-package Dist::Zilla::Plugin::MakefilePL::Lite;
+package Dist::Zilla::Plugin::MakefilePL::Develop;
use Moose;
with qw(
diff --git a/lib/ExtUtils/MakeMaker/Dist/Zilla.pm b/lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm
index 25f46cb..6c3e8ee 100644
--- a/lib/ExtUtils/MakeMaker/Dist/Zilla.pm
+++ b/lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm
@@ -1,4 +1,4 @@
-package ExtUtils::MakeMaker::Dist::Zilla;
+package ExtUtils::MakeMaker::Dist::Zilla::Develop;
use strict;
use warnings;