add my my/ files
[p5sagit/lib-with-preamble.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 WriteMakefile(
8   NAME => 'lib-with-preamble',
9   VERSION_FROM => 'lib/lib/with/preamble.pm',
10   PM_FILTER => 'perl my/filter',
11   PREREQ_PM => { 'PerlIO::via::dynamic' => 0.02 },
12 );