summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorPeter Martini <PeterCMartini@GMail.com>2014-08-20 01:53:59 -0400
committerPeter Martini <PeterCMartini@GMail.com>2014-08-20 01:53:59 -0400
commit1c43698bb7a30756ad27d5ff52376ba1d596e8bb (patch)
treeb2ff05b4b7ae8712522edfdbfddf02e36540ff47 /pod
parente917e94e4f75ef7627390d5a0d00bcf987fca0d5 (diff)
downloadperl-1c43698bb7a30756ad27d5ff52376ba1d596e8bb.tar.gz
perldelta: document grok_atou
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 7ac10cd814..d110482c33 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -348,6 +348,10 @@ certain non-Perl libraries called from XS, such as C<Gtk> do so. When this
happens, Perl needs to be told that the locale has changed. Use this function
to do so, before returning to Perl.
+=item *
+
+Added L<perlapi/grok_atou> as a safer replacement for atoi and strtol.
+
=back
=head1 Selected Bug Fixes