summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-10 09:53:10 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-10 09:53:10 -0600
commitd61b403f1233e7620b0dc70beaf5c7d7b18063ab (patch)
tree223050989411bcb813752fd437d0a2e2e0df9903
parent03eb354e07941dbab5306a7c89a1b5bda07d7c30 (diff)
downloadextutils-makemaker-dist-zilla-develop-d61b403f1233e7620b0dc70beaf5c7d7b18063ab.tar.gz
extutils-makemaker-dist-zilla-develop-d61b403f1233e7620b0dc70beaf5c7d7b18063ab.zip
one more name change
-rw-r--r--Changes2
-rw-r--r--dist.ini4
-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
4 files changed, 5 insertions, 5 deletions
diff --git a/Changes b/Changes
index 3205a82..c0f6392 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-Revision history for ExtUtils-MakeMaker-Dist-Zilla
+Revision history for Dist-Zilla-Plugin-MakefilePL-Develop
{{$NEXT}}
- Initial release
diff --git a/dist.ini b/dist.ini
index 6694ae1..07b0f18 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,10 +1,10 @@
-name = Dist-Zilla-Plugin-MakefilePL-Lite
+name = Dist-Zilla-Plugin-MakefilePL-Develop
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs
[@DOY]
-dist = Dist-Zilla-Plugin-MakefilePL-Lite
+dist = Dist-Zilla-Plugin-MakefilePL-Develop
[Prereqs]
Dist::Zilla = 0
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;