From: Rafael Garcia-Suarez Date: Mon, 28 May 2007 12:52:08 +0000 (+0000) Subject: Mention new lexical pragmas big* in perldelta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3284ac36dc33e7498845639ced496b0e50a80783;p=p5sagit%2Fp5-mst-13.2.git Mention new lexical pragmas big* in perldelta p4raw-id: //depot/perl@31291 --- diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index 2868e48..f24ef24 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 for more information. (Brandon Black) +=head2 bignum, bigint, bigrat + +The three numeric pragmas C, C and C are now +lexically scoped. (Tels) + =head2 New Core Modules =over 4