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