-
Notifications
You must be signed in to change notification settings - Fork 21
/
Makefile.PL
54 lines (50 loc) · 1.17 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
53
54
# =========================================================================
# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
# DO NOT EDIT DIRECTLY.
# =========================================================================
use 5.006;
use strict;
use ExtUtils::MakeMaker 6.64;
my %WriteMakefileArgs = (
NAME => 'Plerd',
DISTNAME => 'Plerd',
VERSION => '1.821',
EXE_FILES => [glob('script/*'), glob('bin/*')],
CONFIGURE_REQUIRES => {
"ExtUtils::MakeMaker" => "6.64"
}
,
BUILD_REQUIRES => {}
,
TEST_REQUIRES => {}
,
PREREQ_PM => {
"App::Daemon" => 0,
"Capture::Tiny" => 0,
"Data::GUID" => 0,
"DateTime" => 0,
"DateTime::Format::W3CDTF" => 0,
"File::ChangeNotify" => 0,
"File::HomeDir" => 0,
"FindBin" => 0,
"HTML::SocialMeta" => "0.72",
"HTML::Strip" => 0,
"JSON" => 0,
"LWP" => 0,
"List::Util" => "1.45",
"Mojolicious::Lite" => 0,
"Moose" => 0,
"MooseX::Types::URI" => 0,
"Path::Class" => 0,
"Readonly" => 0,
"Template" => 0,
"Test::Warn" => 0,
"Text::MultiMarkdown" => 0,
"Try::Tiny" => 0,
"URI" => 0,
"Web::Mention" => "0.703",
"YAML" => 0
}
,
);
WriteMakefile(%WriteMakefileArgs);