Release commit for 0.001007
[p5sagit/Sub-Exporter-Progressive.git] / Makefile.PL
1 use strict;
2 use warnings FATAL => 'all';
3 use 5.008001;
4 use ExtUtils::MakeMaker;
5 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
6
7 my $key = eval { ExtUtils::MakeMaker->VERSION(6.56) } ? 'BUILD_REQUIRES' : 'PREREQ_PM' ;
8
9 WriteMakefile(
10   NAME => 'Sub-Exporter-Progressive',
11   VERSION_FROM => 'lib/Sub/Exporter/Progressive.pm',
12   $key => {
13         'Test::More' => 0.89,
14   }
15 );