Release commit for 1.000002
[p5sagit/Import-Into.git] / Makefile.PL
CommitLineData
38a56c0f 1use strict;
2use warnings FATAL => 'all';
3use 5.008001;
4use ExtUtils::MakeMaker;
5(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
6
7WriteMakefile(
02f981a9 8 NAME => 'Import-Into',
38a56c0f 9 VERSION_FROM => 'lib/Import/Into.pm',
10 PREREQ_PM => { },
11 LICENSE => 'perl',
12);