projects
/
p5sagit/Config-Any.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c2a19f6
)
fix is_supported on General
Graham Knop [Sun, 9 Apr 2017 13:40:34 +0000 (15:40 +0200)]
lib/Config/Any/General.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Config/Any/General.pm
b/lib/Config/Any/General.pm
index
6184ea1
..
db32022
100644
(file)
--- a/
lib/Config/Any/General.pm
+++ b/
lib/Config/Any/General.pm
@@
-64,7
+64,7
@@
Specifies that this module requires L<Config::General> in order to work.
=cut
-sub requires_all_of { [ 'Config::General' ] }
+sub requires_all_of { [ 'Config::General' => '2.47' ] }
=head1 AUTHOR