moved .xs file to correct place, test.pl removed
[p5sagit/Devel-BeginLift.git] / Makefile.PL
CommitLineData
1594b447 1use inc::Module::Install 0.67;
2
3name 'Devel-BeginLift';
4license 'perl';
5author 'Matt S Trout';
6all_from 'lib/Devel/BeginLift.pm';
7
0b134f17 8makemaker_args(XS => { 'lib/Devel/BeginLift.xs' => 'lib/Devel/BeginList.c' });
9
1594b447 10WriteMakefile;