This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use gv_fetchpvs() instead of gv_fetchpv(), and GV_ADD, not TRUE.
authorNicholas Clark <nick@ccl4.org>
Thu, 20 Sep 2012 08:00:35 +0000 (10:00 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 20 Sep 2012 09:18:02 +0000 (11:18 +0200)
commitf6dfc73674dee34ba46c58c97d0c3d0bf0bcc5dc
tree5292a3a83b6a284580b34d523baab9de4150ac37
parentcec4dc0e420ef6e3b19b0e6f661d2b4fa43b93fa
Use gv_fetchpvs() instead of gv_fetchpv(), and GV_ADD, not TRUE.

This avoids a needless strlen(), and corrects a classic usage error for the
gv_fetch*() functions.
pp_sys.c