# This Makefile.PL for OpenGL-Sandbox was generated by # Dist::Zilla::Plugin::InlineModule 0.07 # and Dist::Zilla::Plugin::MakeMaker::Awesome 0.38. # Don't edit it but the dist.ini and plugins used to construct it. use strict; use warnings; use 5.014000; use ExtUtils::MakeMaker; use lib 'inc'; use Inline::Module; my %WriteMakefileArgs = ( "ABSTRACT" => "Easy access to a variety of OpenGL prototyping tools", "AUTHOR" => "Michael Conrad ", "CONFIGURE_REQUIRES" => { "Devel::CheckLib" => "1.03", "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "OpenGL-Sandbox", "EXE_FILES" => [ "bin/glsandbox-shaderdemo" ], "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.014000", "NAME" => "OpenGL::Sandbox", "PREREQ_PM" => { "Carp" => 0, "Cwd" => 0, "Devel::CheckOS" => 0, "Exporter::Extensible" => 0, "File::Find" => 0, "File::Map" => 0, "File::Spec::Functions" => 0, "Getopt::Long" => 0, "Image::PNG::Libpng" => 0, "Log::Any" => 0, "Log::Any::Adapter" => 0, "Module::Runtime" => 0, "Moo" => 2, "OpenGL" => 0, "Pod::Usage" => 0, "Scalar::Util" => 0, "Time::HiRes" => 0, "Try::Tiny" => 0, "constant" => 0, "strict" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { "FindBin" => 0, "Log::Any::Adapter::TAP" => 0, "Test::More" => 0, "lib" => 0 }, "VERSION" => "0.120", "postamble" => { "inline" => { "bundle" => 1, "ilsm" => [ "Inline::C" ], "module" => [ "OpenGL::Sandbox" ], "stub" => [ "OpenGL::Sandbox::Inline" ] } }, "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "Carp" => 0, "Cwd" => 0, "Devel::CheckOS" => 0, "Exporter::Extensible" => 0, "File::Find" => 0, "File::Map" => 0, "File::Spec::Functions" => 0, "FindBin" => 0, "Getopt::Long" => 0, "Image::PNG::Libpng" => 0, "Log::Any" => 0, "Log::Any::Adapter" => 0, "Log::Any::Adapter::TAP" => 0, "Module::Runtime" => 0, "Moo" => 2, "OpenGL" => 0, "Pod::Usage" => 0, "Scalar::Util" => 0, "Test::More" => 0, "Time::HiRes" => 0, "Try::Tiny" => 0, "constant" => 0, "lib" => 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);