X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FConfig%2FAny%2FGeneral.pm;h=bb70c50ced36d52d46685239f26fe1ddb7e3dc8f;hb=10a054f4bf2592b7c2312bda2ba563aac8ddc7ae;hp=bae5fff5041216ae4f6533d80d04312e23c55cf1;hpb=a918b0b8b7952db918dfabb8dc72bf34832d43d0;p=p5sagit%2FConfig-Any.git diff --git a/lib/Config/Any/General.pm b/lib/Config/Any/General.pm index bae5fff..bb70c50 100644 --- a/lib/Config/Any/General.pm +++ b/lib/Config/Any/General.pm @@ -3,6 +3,8 @@ package Config::Any::General; use strict; use warnings; +use base 'Config::Any::Base'; + =head1 NAME Config::Any::General - Load Config::General files @@ -68,6 +70,14 @@ sub _test_perl { return defined $is_perl_src; } +=head2 requires_all_of( ) + +Specifies that this module requires L in order to work. + +=cut + +sub requires_all_of { 'Config::General' } + =head1 AUTHOR Brian Cassidy Ebricas@cpan.orgE @@ -78,7 +88,7 @@ Joel Bernstein C<< >> =head1 COPYRIGHT AND LICENSE -Copyright 2007 by Brian Cassidy +Copyright 2006-2009 by Brian Cassidy Portions Copyright 2006 Portugal Telecom