fix is_supported on General
[p5sagit/Config-Any.git] / 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