projects
/
p5sagit/Devel-Size.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7c8a009
)
Add a missing dependency
Florian Ragwitz [Sun, 30 Sep 2012 08:03:12 +0000 (17:03 +0900)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
6633431
..
3ade9a8
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-20,6
+20,7
@@
WriteMakefile(
'Mojolicious::Lite' => 0,
'Devel::Dwarn' => 0,
XSLoader => 0,
+ ORLite => 0,
},
EXE_FILES => [ 'bin/dmemtree.pl' ],
(eval $ExtUtils::MakeMaker::VERSION >= 6.47 ? (MIN_PERL_VERSION => '5.005') : ()),