pod cleanups
[p5sagit/Config-Any.git] / lib / Config / Any / JSON.pm
index 81cbaf8..659ff2c 100644 (file)
@@ -96,23 +96,27 @@ sub requires_any_of { 'JSON::DWIW', 'JSON::XS', 'JSON::Syck', 'JSON::PP', 'JSON'
 
 =head1 AUTHOR
 
-Brian Cassidy E<lt>bricas@cpan.orgE<gt>
+Brian Cassidy <bricas@cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 
 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<Catalyst>
 
 =item * L<Config::Any>
 
+=item * L<Cpanel::JSON::XS>
+
+=item * L<JSON::MaybeXS>
+
 =item * L<JSON::DWIW>
 
 =item * L<JSON::XS>