document
[p5sagit/lib-with-preamble.git] / Makefile.PL
1 use strict;
2 use warnings FATAL => 'all';
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6   NAME => 'lib-with-preamble',
7   VERSION => 0,
8   PM_FILTER => 'perl my/filter',
9   PREREQ_PM => { 'PerlIO::via::dynamic' => 0.02 },
10 );