Catching SEGVs with __try/__except is MSVC only, not general C++
[p5sagit/Devel-Size.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4   NAME => 'Devel::Size',
5   VERSION_FROM => 'lib/Devel/Size.pm',
6 );