Release commit for 0.001000
[p5sagit/lib-with-preamble.git] / Makefile.PL
CommitLineData
dcd0209b 1use strict;
2use warnings FATAL => 'all';
f9b6d637 3use 5.008001;
dcd0209b 4use ExtUtils::MakeMaker;
f9b6d637 5(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
dcd0209b 6
7WriteMakefile(
8 NAME => 'lib-with-preamble',
f9b6d637 9 VERSION_FROM => 'lib/lib/with/preamble.pm',
dcd0209b 10 PM_FILTER => 'perl my/filter',
11 PREREQ_PM => { 'PerlIO::via::dynamic' => 0.02 },
12);