From: Jesse Luehrs Date: Sat, 8 Jan 2011 21:17:56 +0000 (-0600) Subject: convert to using EUMM::Dist::Zilla::Develop X-Git-Tag: 0.20~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a834a14accf279daeb0b99faa70318e83a46e6f6;p=gitmo%2FPackage-Stash-XS.git convert to using EUMM::Dist::Zilla::Develop --- 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',