X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=f595a048e0192d7f4128e94417c6cbb94ed66efd;hp=0000000000000000000000000000000000000000;hb=38a56c0f953f25a470e81024eef2f3d66c367359;hpb=e0ff34397bb50c9f280ba3745b2b4aefc5f211f5 diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..f595a04 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,12 @@ +use strict; +use warnings FATAL => 'all'; +use 5.008001; +use ExtUtils::MakeMaker; +(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; + +WriteMakefile( + NAME => 'Import::Into', + VERSION_FROM => 'lib/Import/Into.pm', + PREREQ_PM => { }, + LICENSE => 'perl', +);