forked from zakame/swagger2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.PL
20 lines (20 loc) · 832 Bytes
/
Makefile.PL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Swagger2',
AUTHOR => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
LICENSE => 'artistic_2',
ABSTRACT_FROM => 'lib/Swagger2.pm',
VERSION_FROM => 'lib/Swagger2.pm',
EXE_FILES => [qw( )],
META_MERGE => {
resources => {
bugtracker => 'https://github.com/jhthorsen/swagger2/issues',
homepage => 'https://github.com/jhthorsen/swagger2',
repository => 'https://github.com/jhthorsen/swagger2.git',
},
},
BUILD_REQUIRES => {'Test::More' => '0.88', 'Test::Warnings' => '0.016'},
PREREQ_PM => {'JSON::Validator' => '0.63', 'Mojolicious' => '6.00'},
test => {TESTS => 't/*.t'},
);