-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.PL
31 lines (31 loc) · 1.02 KB
/
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
29
30
31
# 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-JQuery',
AUTHOR => 'Francesco Ferro <dgikiller@users.noreply.github.com>',
LICENSE => 'artistic_2',
ABSTRACT_FROM => 'lib/Mojolicious/Plugin/JQuery.pm',
VERSION_FROM => 'lib/Mojolicious/Plugin/JQuery.pm',
EXE_FILES => [qw( )],
META_MERGE => {
resources => {
bugtracker => 'https://github.com/dgikiller/mojolicious-plugin-jquery/issues',
homepage => 'https://github.com/dgikiller/mojolicious-plugin-jquery',
repository => 'https://github.com/dgikiller/mojolicious-plugin-jquery.git',
},
},
BUILD_REQUIRES => {
'Test::More' => '0.96'
}
,
PREREQ_PM => {
'File::Basename' => '2.0',
'File::Find' => '1.07',
'Mojolicious' => '6.00',
'Mojolicious::Plugin::AssetPack' => '0.68',
'Mojolicious::Plugin::AssetPack::Backcompat' => '1.21',
'perl' => '5.010001'
}
,
test => {TESTS => (-e 'META.yml' ? 't/*.t' : 't/*.t xt/*.t')},
);