From e0378d7fe4b02ebe2f962bb49f50e1ca4c0442ab Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 1 Jun 2002 21:14:39 +0000 Subject: A few links. p4raw-id: //depot/perl@16972 --- pod/perldelta.pod | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'pod') diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 10a1af2ac3..3b48d94cd6 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -654,6 +654,7 @@ C allows a class to define attribute handlers. Both variables and routines can have attribute handlers. Handlers can be specific to type (SCALAR, ARRAY, HASH, or CODE), or specific to the exact compilation phase (BEGIN, CHECK, INIT, or END). +See L. =item * @@ -683,7 +684,7 @@ but if not possible, the familiar Perl implementation is used. C, originally from Kenneth Albanowski and now maintained by Paul Marquess, has been added. It is primarily used by C to enhance portability of XS modules between different -versions of Perl. +versions of Perl. See L. =item * @@ -723,7 +724,7 @@ Any encoding supported by Encode module is also available to the C is the interface to the new I feature. (Implemented by Jeffrey Friedl, Nick Ing-Simmons, and -Michael Schwern.) +Michael Schwern.) See L. =item * @@ -824,7 +825,7 @@ Journal #13, republished here with kind permission. =item * C for big rational numbers, to accompany Math::BigInt and -Math::BigFloat, from Tels. +Math::BigFloat, from Tels. See L. =item * @@ -999,11 +1000,12 @@ where data sharing was implicit. See L. =item * C, by Mark-Jason Dominus, associates a Perl array with the -lines of a file. +lines of a file, see L. =item * -C, by Ilya Zakharevich, provides on-demand loaded hashes. +C, by Ilya Zakharevich, provides on-demand loaded hashes, +see L. =item * -- cgit v1.2.1