# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship
use utf8;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
NAME => 'Mojo::File::Role::Extension',
AUTHOR => 'Roy Storey <kiwiroy@users.noreply.github.com>',
LICENSE => 'artistic_2',
ABSTRACT_FROM => 'lib/Mojo/File/Role/Extension.pm',
VERSION_FROM => 'lib/Mojo/File/Role/Extension.pm',
EXE_FILES => [qw()],
OBJECT => '',
BUILD_REQUIRES => {}
,
TEST_REQUIRES => {
'Test::More' => '0'
}
,
PREREQ_PM => {
'Mojolicious' => '8.23',
'Role::Tiny' => '2.000001',
'perl' => 'v5.20.0'
}
,
META_MERGE => {
'dynamic_config' => 0,
'meta-spec' => {version => 2},
'resources' => {
bugtracker => {web => 'https://github.com/kiwiroy/mojo-file-role-extension/issues'},
homepage => 'https://github.com/kiwiroy/mojo-file-role-extension',
repository => {
type => 'git',
url => 'https://github.com/kiwiroy/mojo-file-role-extension.git',
web => 'https://github.com/kiwiroy/mojo-file-role-extension',
},
},
'x_contributors' => []
,
},
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);