diff options
author | Leon Brocard <acme@astray.com> | 2009-09-13 19:50:17 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2009-09-13 19:50:17 +0100 |
commit | 08d7a6b24064e70aacf57f27e3375e0256afc24a (patch) | |
tree | b57452a9f3979060e17ace1bc112423f98d4fc24 /pod/perl561delta.pod | |
parent | 0e4e16299a9ffad2c7c545720fdb36b39163927d (diff) | |
download | perl-08d7a6b24064e70aacf57f27e3375e0256afc24a.tar.gz |
Use alternative URLs for links which are now broken (link rot)
Diffstat (limited to 'pod/perl561delta.pod')
-rw-r--r-- | pod/perl561delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl561delta.pod b/pod/perl561delta.pod index 4aa947488d..72c38f15a9 100644 --- a/pod/perl561delta.pod +++ b/pod/perl561delta.pod @@ -1385,7 +1385,7 @@ already. The fatal error has been downgraded to an optional warning: This warns you that C<"fred@example.com"> is going to turn into C<fred.com> if you don't backslash the C<@>. -See http://www.plover.com/~mjd/perl/at-error.html for more details +See http://perl.plover.com/at-error.html for more details about the history here. =head2 @- and @+ provide starting/ending offsets of regex submatches |