handle void return, move to pure xs
[p5sagit/Devel-BeginLift.git] / Makefile.PL
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..5c2e3cc
--- /dev/null
@@ -0,0 +1,8 @@
+use inc::Module::Install 0.67;
+
+name 'Devel-BeginLift';
+license 'perl';
+author 'Matt S Trout';
+all_from 'lib/Devel/BeginLift.pm';
+
+WriteMakefile;