Change 20998 by [EMAIL PROTECTED] on 2003/09/02 15:02:47

        Subject: [perl #23672] Math::BigInit POD 
        From: "[EMAIL PROTECTED] (via RT)" <[EMAIL PROTECTED]>
        Date: 1 Sep 2003 08:47:39 -0000
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/lib/Math/BigInt.pm#54 edit

Differences ...

==== //depot/perl/lib/Math/BigInt.pm#54 (text) ====
Index: perl/lib/Math/BigInt.pm
--- perl/lib/Math/BigInt.pm#53~20041~   Sun Jul  6 14:45:37 2003
+++ perl/lib/Math/BigInt.pm     Tue Sep  2 08:02:47 2003
@@ -3053,7 +3053,8 @@
 =item Input
 
 Input values to these routines may be either Math::BigInt objects or
-strings of the form C</^\s*[+-]?[\d]+\.?[\d]*E?[+-]?[\d]*$/>.
+strings of the form C</^\s*[+-]?[\d]+\.?[\d]*E?[+-]?[\d]*$/>, or
+hexadecimal C</^\s*[+-]?[0-9a-f]+$/i>, or binary C</^\s*[+-]?[01]+$/>.
 
 You can include one underscore between any two digits.
 
End of Patch.

Reply via email to