X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FConfig%2FAny%2FXML.pm;h=844d76bbfb2f171c256d7643885ebe4711ae53f1;hb=a39975604eef2f215b2bf66ee5ff606aaa84fa09;hp=d463f6bbdf0cfaad9ec662f9aebce05631aa22b3;hpb=f07b7a174347e4d35f8b80f3f68024aa974e1343;p=p5sagit%2FConfig-Any.git diff --git a/lib/Config/Any/XML.pm b/lib/Config/Any/XML.pm index d463f6b..844d76b 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-2010 by Brian Cassidy +Copyright 2006-2011 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.