# This Makefile.PL for Exception-Class was generated by # Dist::Zilla::Plugin::DROLSKY::MakeMaker 1.18 # and Dist::Zilla::Plugin::MakeMaker::Awesome 0.48. # Don't edit it but the dist.ini and plugins used to construct it. use strict; use warnings; use 5.008001; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "A module that allows you to declare real exception classes in Perl", "AUTHOR" => "Dave Rolsky ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Exception-Class", "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.008001", "NAME" => "Exception::Class", "PREREQ_PM" => { "Carp" => 0, "Class::Data::Inheritable" => "0.02", "Devel::StackTrace" => "2.00", "Scalar::Util" => 0, "base" => 0, "overload" => 0, "strict" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, "Test::More" => "0.96" }, "VERSION" => "1.45", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "Carp" => 0, "Class::Data::Inheritable" => "0.02", "Devel::StackTrace" => "2.00", "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, "Scalar::Util" => 0, "Test::More" => "0.96", "base" => 0, "overload" => 0, "strict" => 0, "warnings" => 0 ); unless ( eval { ExtUtils::MakeMaker->VERSION('6.63_03') } ) { delete $WriteMakefileArgs{TEST_REQUIRES}; delete $WriteMakefileArgs{BUILD_REQUIRES}; $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs; } delete $WriteMakefileArgs{CONFIGURE_REQUIRES} unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs);