Don’t stringify GV in numeric cx outside warnings scope
authorFather Chrysostomos <sprout@cpan.org>
Mon, 21 May 2012 06:37:36 +0000 (23:37 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 21 May 2012 23:51:47 +0000 (16:51 -0700)
commit8e629ff434d89810db5682216773576e5a345702
treea5aa7de08d290850f8b53270a65fe9aa29156648
parent52fc5c56ccd9c6bab20246b4f80f558b71ad5d42
Don’t stringify GV in numeric cx outside warnings scope

The GV is only stringified for the sake of the warning message, so
there is no point in wasting CPU cycle if it will be unused.
sv.c