require Config::General;
- if (Config::General->VERSION < 2.47) {
- die "Config::General version 2.47 or greater required";
- }
-
$args->{ -ForceArray } = 1 unless exists $args->{ -ForceArray };
my $configfile = Config::General->new( %$args );
=cut
-sub requires_all_of { 'Config::General' }
+sub requires_all_of { [ 'Config::General', '2.47' ] }
=head1 AUTHOR