X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FConfig%2FAny%2FGeneral.pm;h=bb70c50ced36d52d46685239f26fe1ddb7e3dc8f;hb=bb941906c239836c60ecce6d451cd896898f1efd;hp=0b39af2f58c79960f86bcec3895fdf06865b6d7e;hpb=92a04e78451078b33f75e7c44d247b024c27b4f7;p=p5sagit%2FConfig-Any.git diff --git a/lib/Config/Any/General.pm b/lib/Config/Any/General.pm index 0b39af2..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,25 +70,25 @@ sub _test_perl { return defined $is_perl_src; } -=head1 AUTHOR +=head2 requires_all_of( ) -=over 4 +Specifies that this module requires L in order to work. -=item * Brian Cassidy Ebricas@cpan.orgE +=cut -=back +sub requires_all_of { 'Config::General' } -=head1 CONTRIBUTORS +=head1 AUTHOR -=over 4 +Brian Cassidy Ebricas@cpan.orgE -=item * Joel Bernstein C<< >> +=head1 CONTRIBUTORS -=back +Joel Bernstein C<< >> =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Brian Cassidy +Copyright 2006-2009 by Brian Cassidy Portions Copyright 2006 Portugal Telecom