In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5e909f4bb1064c090091941ad075a132e8f63121?hp=654c723fd377eb0d22b2bff31f08cbc7db15dcaa>
- Log ----------------------------------------------------------------- commit 5e909f4bb1064c090091941ad075a132e8f63121 Author: Karl Williamson <[email protected]> Date: Mon Jan 23 11:19:51 2012 -0700 perlpodspec: Remove outdated text This warning against using alternate text with hyperlinks is no longer valid, See http://code.activestate.com/lists/perl-pod-people/1393/ And relevant changes: https://github.com/theory/pod-simple/commit/1e61e819debf9c7c23907d7bb9e37855665fd595 http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3c01b31f4a4dd57e47e104997 https://github.com/theory/test-pod/commit/ae6a44894eda4fd09fb412d837efe543628cd7d6 ----------------------------------------------------------------------- Summary of changes: pod/perlpodspec.pod | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index dbe0539..64a38d9 100644 --- a/pod/perlpodspec.pod +++ b/pod/perlpodspec.pod @@ -1301,14 +1301,6 @@ browsers to decide. =item * -Authors wanting to link to a particular (absolute) URL, must do so -only with "LE<lt>scheme:...>" codes (like -LE<lt>http://www.perl.org>), and must not attempt "LE<lt>Some Site -Name|scheme:...>" codes. This restriction avoids many problems -in parsing and rendering LE<lt>...> codes. - -=item * - In a C<LE<lt>text|...E<gt>> code, text may contain formatting codes for formatting or for EE<lt>...> escapes, as in: -- Perl5 Master Repository
