moved .xs file to correct place, test.pl removed
[p5sagit/Devel-BeginLift.git] / Makefile.PL
index 5c2e3cc..1ab8fa4 100644 (file)
@@ -5,4 +5,6 @@ license 'perl';
 author 'Matt S Trout';
 all_from 'lib/Devel/BeginLift.pm';
 
+makemaker_args(XS => { 'lib/Devel/BeginLift.xs' => 'lib/Devel/BeginList.c' });
+
 WriteMakefile;