In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4f65bc30ea83f40e28f0ea56d45f48f300db8fcc?hp=40eff3265b69d1f105ed9fda6f64ad063473177e>
- Log ----------------------------------------------------------------- commit 4f65bc30ea83f40e28f0ea56d45f48f300db8fcc Author: Father Chrysostomos <[email protected]> Date: Thu Oct 14 13:37:18 2010 -0700 perldelta: delete $+{...} was in the wrong section ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f4d0858..06862de 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -103,6 +103,11 @@ hook to a specific subroutine. See L<perlapi/cv_set_call_checker>. To help in writing custom check hooks, several subtasks within standard C<entersub> op checking have been separated out and exposed in the API. +=head2 Return value of C<delete $+{...}> + +Custom regular expression engines can now determine the return value of +C<delete> on an entry of C<%+> or C<%->. + =head1 Security XXX Any security-related notices go here. In particular, any security @@ -172,11 +177,6 @@ platforms. It used to become "-0" on some, but "0" on others. If you still need to determine whether a zero is negative, use C<sprintf("%g", $zero) =~ /^-/> or the L<Data::Float> module on CPAN. -=head2 Return value of C<delete $+{...}> - -Custom regular expression engines can now determine the return value of -C<delete> on an entry of C<%+> or C<%->. - =head1 Deprecations XXX Any deprecated features, syntax, modules etc. should be listed here. -- Perl5 Master Repository
