projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ae9785e
)
Specify meta perl ver.
Peter Rabbitson [Mon, 6 Sep 2010 17:18:49 +0000 (19:18 +0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
bb54e6b
..
4b0cf68
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-3,6
+3,7
@@
use inc::Module::Install 0.91;
use strict;
use warnings FATAL => 'all';
+perl_version '5.006';
all_from 'lib/Log/Contextual.pm';
requires 'Data::Dumper::Concise';