changelog for the release
[p5sagit/Sub-Name.git] / Makefile.PL
index ea889a4..9b5cd9c 100644 (file)
@@ -1,9 +1,4 @@
-use 5.006;
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
-       NAME            => 'Sub::Name',
-       VERSION_FROM    => 'lib/Sub/Name.pm',
-       ABSTRACT_FROM   => 'lib/Sub/Name.pm',
-       AUTHOR          => 'Matthijs van Duin <xmath@cpan.org>'
-);
+use strict;
+use warnings;
+use ExtUtils::MakeMaker::Dist::Zilla::Develop;
+WriteMakefile(NAME => 'Sub::Name');