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=db32022b709b1f7a982654f99a9ea30158793f20;hp=609d91480210da7fefe40bfe5c5c4e16d6a1daa4;hb=257737f9fe6767883962406974f9c53a1d2dbb1c;hpb=766100bdb8cc2f48b73464a9364a1dab276d186e diff --git a/lib/Config/Any/General.pm b/lib/Config/Any/General.pm index 609d914..db32022 100644 --- a/lib/Config/Any/General.pm +++ b/lib/Config/Any/General.pm @@ -2,7 +2,6 @@ package Config::Any::General; use strict; use warnings; -use Carp; use base 'Config::Any::Base'; @@ -65,7 +64,7 @@ Specifies that this module requires L in order to work. =cut -sub requires_all_of { [ 'Config::General' ] } +sub requires_all_of { [ 'Config::General' => '2.47' ] } =head1 AUTHOR @@ -77,7 +76,7 @@ Joel Bernstein Erataxis@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2010 by Brian Cassidy +Copyright 2006-2016 by Brian Cassidy Portions Copyright 2006 Portugal Telecom