summaryrefslogtreecommitdiff
path: root/jpl/JPL/Makefile.PL
blob: 02e5b4597a369c80f757cd07b8833bba461e8291 (plain)
1
2
3
4
5
6
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'JPL::Class',
);