-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile.PL
28 lines (28 loc) · 907 Bytes
/
Makefile.PL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Mojolicious::Plugin::Mojolyst',
AUTHOR => 'Stefan Adams <[email protected]>',
LICENSE => 'artistic_2',
ABSTRACT_FROM => 'lib/Mojolicious/Plugin/Mojolyst.pm',
VERSION_FROM => 'lib/Mojolicious/Plugin/Mojolyst.pm',
EXE_FILES => [qw( )],
META_MERGE => {
resources => {
bugtracker => 'https://github.com/s1037989/Mojolicious-Plugin-Mojolyst/issues',
homepage => 'https://github.com/s1037989/Mojolicious-Plugin-Mojolyst',
repository => 'https://github.com/stefan/mojolicious-plugin-mojolyst',
},
},
BUILD_REQUIRES => {
'Test::More' => '0.90'
}
,
PREREQ_PM => {
'ExtUtils::MakeMaker' => '6.00',
'Mojolicious' => '7.11',
'perl' => '5.014'
}
,
test => {TESTS => (-e 'META.yml' ? 't/*.t' : 't/*.t xt/*.t')},
);