projects
/
scpubgit/App-SCS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Per-path config files
[scpubgit/App-SCS.git]
/
Makefile.PL
1
use strict;
2
use warnings FATAL => 'all';
3
use ExtUtils::MakeMaker;
4
5
WriteMakefile(
6
NAME => 'App-SCS',
7
VERSION => 0,
8
PREREQ_PM => {
9
'Web::Simple' => 0,
10
Moo => 0,
11
'Module::Runtime' => 0,
12
'HTML::Zoom' => 0,
13
'IO::All' => 0,
14
'Text::MultiMarkdown' => 0,
15
'Data::Pond' => 0,
16
'Safe::Isa' => 0,
17
'Syntax::Keyword::Gather' => 0,
18
'Try::Tiny' => 0,
19
'Plack::Middleware::SSI' => '0.12',
20
'JSON::MaybeXS' => 0,
21
'Hash::Merge' => 0,
22
'JSONY' => 0
23
}
24
);