summaryrefslogtreecommitdiff
path: root/pod/perl595delta.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-05-28 12:52:08 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-05-28 12:52:08 +0000
commit3284ac36dc33e7498845639ced496b0e50a80783 (patch)
tree9f04e0dbf840efe8b44d0fe40e7ae3e77d3c1921 /pod/perl595delta.pod
parenta742de313de77982422c898dccb9b43d2b006bca (diff)
downloadperl-3284ac36dc33e7498845639ced496b0e50a80783.tar.gz
Mention new lexical pragmas big* in perldelta
p4raw-id: //depot/perl@31291
Diffstat (limited to 'pod/perl595delta.pod')
-rw-r--r--pod/perl595delta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod
index 2868e48092..f24ef24efe 100644
--- a/pod/perl595delta.pod
+++ b/pod/perl595delta.pod
@@ -243,6 +243,11 @@ default MRO hasn't changed (DFS, for Depth First Search). Another MRO is
available: the C3 algorithm. See L<mro> for more information.
(Brandon Black)
+=head2 bignum, bigint, bigrat
+
+The three numeric pragmas C<bignum>, C<bigint> and C<bigrat> are now
+lexically scoped. (Tels)
+
=head2 New Core Modules
=over 4