fix is_supported on General
Graham Knop [Sun, 9 Apr 2017 13:40:34 +0000 (15:40 +0200)]
lib/Config/Any/General.pm

index 6184ea1..db32022 100644 (file)
@@ -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