diff options
author | ville <ville@localhost> | 2010-03-03 19:49:34 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-03-03 19:49:34 +0000 |
commit | bd3b1921e2e0ef114de88d199e59938f35be6e88 (patch) | |
tree | e04f48219df3644da1d6029b88a071457d051e99 /misc | |
parent | 692df15785cbe3e8cdaaabf09f9bece40a4480db (diff) | |
download | markup-validator-bd3b1921e2e0ef114de88d199e59938f35be6e88.zip markup-validator-bd3b1921e2e0ef114de88d199e59938f35be6e88.tar.gz markup-validator-bd3b1921e2e0ef114de88d199e59938f35be6e88.tar.bz2 |
Improve link formatting.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index ac096de..9429218 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -52,11 +52,12 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> =head1 DESCRIPTION This bundle contains the prerequisite CPAN modules for running the -W3C Markup Validator, E<lt>http://validator.w3.org/E<gt>. +W3C Markup Validator, L<http://validator.w3.org/>. =head1 SEE ALSO -E<lt>http://validator.w3.org/E<gt> +L<http://validator.w3.org/> + perl(1) =head1 AUTHOR @@ -72,6 +73,6 @@ distributed under the W3C(R) Software License [1] in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -[1] http://www.w3.org/Consortium/Legal/copyright-software +[1] L<http://www.w3.org/Consortium/Legal/copyright-software> =cut |