-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.PL
31 lines (29 loc) · 1.29 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
use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
VERSION => '0.01',
PREREQ_PM => {
'Mojolicious' => '8.07',
'Mojo::Unicode::UTF8' => '0.002',
'Mojo::JSON' => '0',
'Mojo::Parameters' => '0',
'DateTime::Format::SQLite' => '0.11',
'DBD::SQLite' => '1.60',
'DBIx::Class' => '0.082841',
'DBIx::Class::Core' => '0',
'DBIx::Class::Schema' => '0',
'Moose' => '2.2011',
'Text::MultiMarkdown' => '1.000035',
'Plerd' => '>= 1.811',
'Tie::Hash::Expire' => '0.03',
'SQL::Translator' => '0.11024',
'File::ChangeNotify' => '0.29',
'File::Temp' => '0',
'File::Copy' => '0',
'Minion::Backend::SQLite' => '4.002',
'Mojolicious::Plugin::Minion::Workers' => '0',
'Web::Mention' => '0.703'
},
test => { TESTS => 't/*.t' }
);