From fb1a95c6fdfb7b5ac909cd2380a3b319226b28ad Mon Sep 17 00:00:00 2001 From: Martin Hasch Date: Sun, 17 Jun 2012 07:42:34 -0600 Subject: [PATCH 1/1] PATCH: [perl #113640] Typo in perlop.pod: bignum pragma There is no 'bitfloat' pragma --- pod/perlop.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlop.pod b/pod/perlop.pod index 3edeabd..6804fec9 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -3179,7 +3179,7 @@ need yourself. X The standard C, C, and C modules, -along with the C, C, and C pragmas, provide +along with the C, C, and C pragmas, provide variable-precision arithmetic and overloaded operators, although they're currently pretty slow. At the cost of some space and considerable speed, they avoid the normal pitfalls associated with -- 1.8.3.1