summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-08 15:17:56 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-10 16:15:52 -0600
commita834a14accf279daeb0b99faa70318e83a46e6f6 (patch)
tree02e44d8cad365cabcce25a91a7691e6aec197cef
parent893e2a0dc849953659324f5f53fe3b43ef7a4336 (diff)
downloadpackage-stash-xs-a834a14accf279daeb0b99faa70318e83a46e6f6.tar.gz
package-stash-xs-a834a14accf279daeb0b99faa70318e83a46e6f6.zip
convert to using EUMM::Dist::Zilla::Develop
-rw-r--r--Makefile.PL12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 47a3f23..9bd39e1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,9 +1,11 @@
-use ExtUtils::MakeMaker;
+# This module uses Dist::Zilla for development. This Makefile.PL will let you
+# run the tests, but you are encouraged to install Dist::Zilla and the needed
+# plugins if you intend on doing any serious hacking.
-# NOTE:
-# this is a very simple Makefile.PL i only use to build the distribution locally
-# while working on it the real Makefile.PL, with all required information like
-# dependencies, is generated later by Dist::Zilla
+use strict;
+use warnings;
+
+use ExtUtils::MakeMaker::Dist::Zilla::Develop;
WriteMakefile(
NAME => 'Package::Stash::XS',