The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "a generic exception-reporting object",
  "AUTHOR" => "Ricardo Signes <rjbs\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Exception-Reporter",
  "LICENSE" => "perl",
  "NAME" => "Exception::Reporter",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Data::GUID" => 0,
    "Digest::MD5" => 0,
    "Email::Address" => 0,
    "Email::MIME::Creator" => 0,
    "Email::MessageID" => 0,
    "Email::Sender::Simple" => 0,
    "Encode" => 0,
    "Exception::Class" => "1.30",
    "File::Basename" => 0,
    "JSON" => 0,
    "Path::Tiny" => 0,
    "Scalar::Util" => 0,
    "String::Truncate" => 0,
    "Try::Tiny" => 0,
    "YAML::XS" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Email::MIME::ContentType" => 0,
    "Exception::Class::Base" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => "0.96"
  },
  "VERSION" => "0.014",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Data::GUID" => 0,
  "Digest::MD5" => 0,
  "Email::Address" => 0,
  "Email::MIME::ContentType" => 0,
  "Email::MIME::Creator" => 0,
  "Email::MessageID" => 0,
  "Email::Sender::Simple" => 0,
  "Encode" => 0,
  "Exception::Class" => "1.30",
  "Exception::Class::Base" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Basename" => 0,
  "File::Spec" => 0,
  "JSON" => 0,
  "Path::Tiny" => 0,
  "Scalar::Util" => 0,
  "String::Truncate" => 0,
  "Test::More" => "0.96",
  "Try::Tiny" => 0,
  "YAML::XS" => 0,
  "parent" => 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);