diff options
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ebf356b271..69b4866511 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -139,6 +139,13 @@ L<Storable> has been upgraded from version 2.45 to 2.46. Avoid creating temporary objects for STORABLE_attach when they aren't required. [perl #118907] +=item * + +L<bignum> has been upgraded from version 0.35 to 0.36. + +L<bigrat> wasn't correctly updating an internal variable when C<use>d +with a C<lib> option. + =back =head2 Removed Modules and Pragmata |