# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( NAME => 'Mojolicious::Plugin::CGI', AUTHOR => 'Jan Henning Thorsen ', LICENSE => 'artistic_2', ABSTRACT_FROM => 'lib/Mojolicious/Plugin/CGI.pm', VERSION_FROM => 'lib/Mojolicious/Plugin/CGI.pm', EXE_FILES => [qw()], BUILD_REQUIRES => {} , TEST_REQUIRES => { 'Test::More' => '0.88' } , PREREQ_PM => { 'IO::Pipely' => '0.005', 'Mojolicious' => '7.28' } , META_MERGE => { 'dynamic_config' => 0, 'meta-spec' => {version => 2}, 'resources' => { bugtracker => {web => 'https://github.com/jhthorsen/mojolicious-plugin-cgi/issues'}, homepage => 'https://github.com/jhthorsen/mojolicious-plugin-cgi', repository => { type => 'git', url => 'https://github.com/jhthorsen/mojolicious-plugin-cgi.git', web => 'https://github.com/jhthorsen/mojolicious-plugin-cgi', }, }, }, test => {TESTS => (-e 'META.yml' ? 't/*.t' : 't/*.t xt/*.t')}, ); unless (eval { ExtUtils::MakeMaker->VERSION('6.63_03') }) { my $test_requires = delete $WriteMakefileArgs{TEST_REQUIRES}; @{$WriteMakefileArgs{PREREQ_PM}}{keys %$test_requires} = values %$test_requires; } WriteMakefile(%WriteMakefileArgs);