# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012. use strict; use warnings; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "Miscellaneous utilities for Linux.", "AUTHOR" => "John Gravatt ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Linux-Utils", "LICENSE" => "perl", "NAME" => "Linux::Utils", "PREREQ_PM" => { "Alt::Devel::CallParser::ButWorking" => 0, "Data::Printer" => 0, "English" => 0, "Kavorka" => 0, "Modern::Perl" => 0, "Moose" => 0, "Util::Medley" => "0.053", "Util::Medley::Roles::Attributes::Spawn" => 0, "Util::Medley::Roles::Attributes::String" => 0, "namespace::autoclean" => 0 }, "TEST_REQUIRES" => { "Test::More" => 0, "Util::Medley::File" => 0, "Util::Medley::Spawn" => 0 }, "VERSION" => "0.002", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "Alt::Devel::CallParser::ButWorking" => 0, "Data::Printer" => 0, "English" => 0, "Kavorka" => 0, "Modern::Perl" => 0, "Moose" => 0, "Test::More" => 0, "Util::Medley" => "0.053", "Util::Medley::File" => 0, "Util::Medley::Roles::Attributes::Spawn" => 0, "Util::Medley::Roles::Attributes::String" => 0, "Util::Medley::Spawn" => 0, "namespace::autoclean" => 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);