use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( DISTNAME => 'Unwind-Protect', NAME => 'Unwind::Protect', AUTHOR => 'Shawn\ M\ Moore\ \', ABSTRACT => 'Run code after other code, even with exceptions', VERSION => '0.01', EXE_FILES => [ qw() ], (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()), PREREQ_PM => { "Test::Exception" => '0.27', "Sub::Exporter" => '0.961', "Sub::Uplevel" => '0.19', }, );