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