diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-03 16:03:13 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-03 16:03:13 -0700 |
commit | 810f3b7cb37729a7fdd266bf11c5856dfceb4332 (patch) | |
tree | 79369d9e02c70720562d330889e6ce2eceec3f36 | |
parent | ffa277e59cf0a21b8d133be39d7e10fad0154ae8 (diff) | |
download | perl-810f3b7cb37729a7fdd266bf11c5856dfceb4332.tar.gz |
perldelta entries
-rw-r--r-- | pod/perldelta.pod | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b2e5185141..7abcaffc0e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -472,6 +472,12 @@ L</Modules and Pragmata> section. =over 4 +=item IRIX + +Conversion of strings to floating-point numbers is now more accurate on +IRIX systems +L<[perl #32380]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=32380>. + =item Mac OS X Early versions of Mac OS X (Darwin) had buggy implementations of the @@ -482,6 +488,11 @@ These functions are now recognised on Mac OS 10.5 (Leopard; Darwin 9) and higher, as they have been fixed L<[perl #72990]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=72990>. +=item OpenVOS + +perl now builds again with OpenVOS (formerly known as Stratus VOS) +L<[perl #78132]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=78132>. + =item Windows C<$Config{gccversion}> is now set correctly when perl is built using the |