summaryrefslogtreecommitdiff
path: root/pod/perlpodspec.pod
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-10-11 10:14:14 +0200
committerMax Maischein <corion@corion.net>2019-10-11 10:14:50 +0200
commita7b1b28993a3bf201eb28bc386434076d5c18a7d (patch)
tree27fca2eeeaeea92f5ca4999205f43a201bb980ee /pod/perlpodspec.pod
parent71c89d211a61ffe1c5b9b28229483814d2eb2825 (diff)
downloadperl-a7b1b28993a3bf201eb28bc386434076d5c18a7d.tar.gz
Fix maximum line length
Diffstat (limited to 'pod/perlpodspec.pod')
-rw-r--r--pod/perlpodspec.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod
index f4340bf4f9..847c4a9652 100644
--- a/pod/perlpodspec.pod
+++ b/pod/perlpodspec.pod
@@ -1234,16 +1234,16 @@ For example:
L<https://www.perl.org/>
=> undef, # link text
- "https://www.perl.org/", # possibly inferred link text
- "https://www.perl.org/", # name
+ "https://www.perl.org/", # possibly inferred link text
+ "https://www.perl.org/", # name
undef, # section
'url', # what sort of link
"https://www.perl.org/" # original content
L<Perl.org|https://www.perl.org/>
=> "Perl.org", # link text
- "https://www.perl.org/", # possibly inferred link text
- "https://www.perl.org/", # name
+ "https://www.perl.org/", # possibly inferred link text
+ "https://www.perl.org/", # name
undef, # section
'url', # what sort of link
"Perl.org|https://www.perl.org/" # original content