-
Notifications
You must be signed in to change notification settings - Fork 3
/
Makefile.PL
52 lines (48 loc) · 1.12 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# =========================================================================
# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
# DO NOT EDIT DIRECTLY.
# =========================================================================
use 5.006;
use strict;
use ExtUtils::MakeMaker 6.64;
my %WriteMakefileArgs = (
NAME => 'Whim',
DISTNAME => 'Whim',
VERSION => '1.2023.04.06.0',
EXE_FILES => [glob('script/*'), glob('bin/*')],
CONFIGURE_REQUIRES => {
"ExtUtils::MakeMaker" => "6.64"
}
,
BUILD_REQUIRES => {}
,
TEST_REQUIRES => {}
,
PREREQ_PM => {
"DBD::SQLite" => 0,
"DBI" => 0,
"Daemon::Control" => 0,
"DateTime::Format::ISO8601" => 0,
"Digest::SHA" => 0,
"FindBin" => 0,
"LWP::Protocol::https" => 0,
"LWP::UserAgent" => 0,
"Mojolicious" => "8.25",
"Moo" => 0,
"MooX::ClassAttribute" => 0,
"Path::Tiny" => 0,
"Readonly" => 0,
"Scalar::Util" => 0,
"Test::Exception" => 0,
"Test::More" => 0,
"Try::Tiny" => 0,
"Web::Mention" => 0,
"feature" => 0,
"lib" => 0,
"strict" => 0,
"utf8::all" => 0,
"warnings" => 0
}
,
);
WriteMakefile(%WriteMakefileArgs);