projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4b4da8a
)
fix version dep for Exporter::Declare
Arthur Axel 'fREW' Schmidt [Tue, 16 Aug 2011 01:39:33 +0000 (20:39 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
53118e3
..
78e4c4f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-6,6
+6,6
@@
use warnings FATAL => 'all';
perl_version '5.006';
all_from 'lib/Log/Contextual.pm';
requires 'Data::Dumper::Concise';
-requires 'Exporter::Declare';
+requires 'Exporter::Declare' => 0.105;
WriteAll;