'Module::Pluggable::Object' => '3.6',
},
suggests => {
- 'Config::General' => '2.47',
+ 'Config::General' => '2.48',
'Config::Tiny' => 0,
'Cpanel::JSON::XS' => 0,
'XML::Simple' => 0,
},
develop => {
requires => {
- 'Config::General' => '2.47',
+ 'Config::General' => '2.48',
'Config::Tiny' => 0,
'Cpanel::JSON::XS' => 0,
'XML::Simple' => 0,
my %MM_ARGS = (
PREREQ_PM => {
- (eval { require Config::General } ? ('Config::General' => '2.47') : ()),
+ (eval { require Config::General } ? (
+ 'Config::General' => $META{prereqs}{runtime}{suggests}{'Config::General'}
+ ) : ()),
},
);
$args->{ -ConfigFile } = $file;
require Config::General;
- Config::General->VERSION( '2.47' );
+ Config::General->VERSION( '2.48' );
$args->{ -ForceArray } = 1 unless exists $args->{ -ForceArray };
=cut
-sub requires_all_of { [ 'Config::General' => '2.47' ] }
+sub requires_all_of { [ 'Config::General' => '2.48' ] }
=head1 AUTHOR