diff options
Diffstat (limited to 'cpan/podlators/t/data/snippets/text/link-url')
-rw-r--r-- | cpan/podlators/t/data/snippets/text/link-url | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cpan/podlators/t/data/snippets/text/link-url b/cpan/podlators/t/data/snippets/text/link-url new file mode 100644 index 0000000000..7ef33fd172 --- /dev/null +++ b/cpan/podlators/t/data/snippets/text/link-url @@ -0,0 +1,11 @@ +[name] +Link to a URL + +[input] +=head1 LINK TO URL + +This is a L<link|http://www.example.com/> to a URL. + +[output] +LINK TO URL + This is a link <http://www.example.com/> to a URL. |