This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #57706] Unary minus on 'numeric' inputs like '-1'
authorRenée Bäcker <renee.baecker@smart-websolutions.de>
Mon, 4 Oct 2010 13:26:21 +0000 (06:26 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 4 Oct 2010 15:25:01 +0000 (08:25 -0700)
commita5b92898b77edcbff06468ccf67150e50d1703e4
tree481ffe556c805910c7d79a0a2b314bb9fcb98f43
parentb2a2a9010bb3413ad9c32e455d93e01069d0fd73
[perl #57706] Unary minus on 'numeric' inputs like '-1'

The attached patch adds the conversion if the value of the SV
looks_like_number.
pp.c
t/op/negate.t