The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007.
use strict;
use warnings;



use ExtUtils::MakeMaker;

use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "conf";


my %WriteMakefileArgs = (
  "ABSTRACT" => "Analyze OTRS add-ons (.opm files)",
  "AUTHOR" => "Renee Baecker <reneeb\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::ShareDir::Install" => "0.06"
  },
  "DISTNAME" => "OTRS-OPM-Analyzer",
  "EXE_FILES" => [
    "bin/opm_analyzer_test.pl"
  ],
  "LICENSE" => "artistic_2",
  "NAME" => "OTRS::OPM::Analyzer",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Data::Dumper" => 0,
    "File::Basename" => 0,
    "File::Find::Rule" => 0,
    "File::Path" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "FindBin" => 0,
    "HTML::Lint" => 0,
    "LWP::Simple" => 0,
    "MIME::Base64" => 0,
    "Module::CoreList" => 0,
    "Module::OTRS::CoreList" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "OTRS::OPM::Parser" => 0,
    "PPI" => 0,
    "Path::Class" => 0,
    "Perl::Critic" => 0,
    "Perl::Tidy" => 0,
    "Software::License" => 0,
    "Software::LicenseUtils" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0,
    "Text::Diff" => 0,
    "Try::Tiny" => 0,
    "XML::LibXML" => 0,
    "YAML::Tiny" => 0
  },
  "VERSION" => "0.06",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Data::Dumper" => 0,
  "File::Basename" => 0,
  "File::Find::Rule" => 0,
  "File::Path" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "FindBin" => 0,
  "HTML::Lint" => 0,
  "LWP::Simple" => 0,
  "MIME::Base64" => 0,
  "Module::CoreList" => 0,
  "Module::OTRS::CoreList" => 0,
  "Moose" => 0,
  "Moose::Role" => 0,
  "OTRS::OPM::Parser" => 0,
  "PPI" => 0,
  "Path::Class" => 0,
  "Perl::Critic" => 0,
  "Perl::Tidy" => 0,
  "Software::License" => 0,
  "Software::LicenseUtils" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Text::Diff" => 0,
  "Try::Tiny" => 0,
  "XML::LibXML" => 0,
  "YAML::Tiny" => 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);

{
package
MY;
use File::ShareDir::Install qw(postamble);
}