X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=lib%2FConfig%2FAny%2FXML.pm;h=1a36b7b99cd5779095df5a376c22f61e9a998407;hp=ee5be5c67a968332c683c615ea36a8e78b4f1a41;hb=HEAD;hpb=d7eb7b5ca6dd18e740943079a1585661cec4d81f diff --git a/lib/Config/Any/XML.pm b/lib/Config/Any/XML.pm index ee5be5c..1a36b7b 100644 --- a/lib/Config/Any/XML.pm +++ b/lib/Config/Any/XML.pm @@ -76,11 +76,12 @@ sub _coerce { =head2 requires_all_of( ) -Specifies that this module requires L in order to work. +Specifies that this module requires L and L +in order to work. =cut -sub requires_all_of { 'XML::Simple' } +sub requires_all_of { 'XML::Simple', 'XML::NamespaceSupport' } =head1 CAVEATS @@ -95,20 +96,20 @@ more information. =head1 AUTHORS -Brian Cassidy Ebricas@cpan.orgE +Brian Cassidy -Joel Bernstein Erataxis@cpan.orgE +Joel Bernstein =head1 COPYRIGHT AND LICENSE -Copyright 2006-2011 by Brian Cassidy +Copyright 2006-2016 by Brian Cassidy 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