summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-27 00:54:21 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-27 00:54:21 +0000
commit381874f18524689aeb8e46abb8c8b3a1a74f64ff (patch)
tree8700dea0e28f8ed35f58b315d1d6543e9ea5d25f /pod/perldelta.pod
parent5b56e7c53572024d88db3d993db2c4ed1fd0d6dc (diff)
downloadperl-381874f18524689aeb8e46abb8c8b3a1a74f64ff.tar.gz
Advertise big* and BigRat.
p4raw-id: //depot/perl@15536
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index bb938cfae8..38191b0a53 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -587,6 +587,12 @@ output is highly customisable. See L<B::Concise>.
=item *
+The new bignum, bigint, and bigrat pragmas implement transparent
+bignum support (using the Math::BigInt, Math::BigFloat, and
+Math::BigRat backends), by Tels.
+
+=item *
+
C<Class::ISA> for reporting the search path for a class's ISA tree,
by Sean Burke, has been added. See L<Class::ISA>.
@@ -742,6 +748,11 @@ Journal #13, republished here with kind permission.
=item *
+Math::BigRat for big rational numbers, to accompany Math::BigInt and
+Math::BigFloat, from Tels.
+
+=item *
+
C<Memoize> can make your functions faster by trading space for time,
from Mark-Jason Dominus. See L<Memoize>.