X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FConfig%2FAny%2FXML.pm;h=740c7112c6c79aa8da2d7fcac3ef2a4425f83324;hb=257737f9fe6767883962406974f9c53a1d2dbb1c;hp=eca183f632e1fab194cd27757b5d957cfe218bc5;hpb=bb941906c239836c60ecce6d451cd896898f1efd;p=p5sagit%2FConfig-Any.git diff --git a/lib/Config/Any/XML.pm b/lib/Config/Any/XML.pm index eca183f..740c711 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 @@ -101,7 +102,7 @@ Joel Bernstein Erataxis@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2009 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.