X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=lib%2FConfig%2FAny%2FGeneral.pm;h=c07229321832528581dd05865cd38f05e7e5e81f;hp=3f0af309927a336e95e3b4028191b06946e11d3d;hb=3adc3480014aae487da279703125827ef0cb039e;hpb=4748f060c5038b49fa96c3be95b28deb88a7a323 diff --git a/lib/Config/Any/General.pm b/lib/Config/Any/General.pm index 3f0af30..c072293 100644 --- a/lib/Config/Any/General.pm +++ b/lib/Config/Any/General.pm @@ -48,7 +48,7 @@ sub load { $args->{ -ConfigFile } = $file; require Config::General; - Config::General->VERSION( '2.47' ); + Config::General->VERSION( '2.48' ); $args->{ -ForceArray } = 1 unless exists $args->{ -ForceArray }; @@ -64,28 +64,28 @@ Specifies that this module requires L in order to work. =cut -sub requires_all_of { [ 'Config::General' ] } +sub requires_all_of { [ 'Config::General' => '2.48' ] } =head1 AUTHOR -Brian Cassidy Ebricas@cpan.orgE +Brian Cassidy =head1 CONTRIBUTORS -Joel Bernstein Erataxis@cpan.orgE +Joel Bernstein =head1 COPYRIGHT AND LICENSE -Copyright 2006-2013 by Brian Cassidy +Copyright 2006-2016 by Brian Cassidy Portions Copyright 2006 Portugal Telecom This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +it under the same terms as Perl itself. =head1 SEE ALSO -=over 4 +=over 4 =item * L