aboutsummaryrefslogtreecommitdiffstats
path: root/packdrake-pm/Makefile.PL
blob: 71f56ac11bdfd9e39c09fb1a72920d21ecd3ebad (plain)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile(
    'NAME'      => 'packdrake',
    'VERSION_FROM'   => 'packdrake.pm',
);