handle void return, move to pure xs
[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 WriteMakefile;