diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-06-14 18:01:29 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-06-14 18:01:29 -0400 |
commit | 36d2f798ed0d18fd7d54e6aed2eaf963c1e7ced0 (patch) | |
tree | c98e063fa6b1d9057e2cd4481766ae89010cb093 /pod/perlexperiment.pod | |
parent | 51c34fa4701dd3a84ea0b37d85a5e4054a594126 (diff) | |
download | perl-36d2f798ed0d18fd7d54e6aed2eaf963c1e7ced0.tar.gz |
perlexperiment: long doubles are not experimental
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r-- | pod/perlexperiment.pod | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index 754eb4e004..add64a31ec 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -32,10 +32,6 @@ Introduced in Perl 5.6.0 See also L<perlsub> -=item Long Doubles Still Don't Work In Solaris - -Introduced in Perl 5.7.0 - =item C<our> can now have an experimental optional attribute C<unique> Introduced in Perl 5.8.0 @@ -258,6 +254,12 @@ Introduced in Perl 5.6.1 See also L<perlfork> +=item Support for long doubles + +Introduced in Perl 5.6.0 + +Accepted in Perl 5.8.1 + =item The C<\N> regex character class The C<\N> character class, not to be confused with the named character |