This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In the code for printing -v, replace longhand newSVpvn() with newSVpvs(), and
authorNicholas Clark <nick@ccl4.org>
Sun, 25 Jan 2009 16:45:04 +0000 (16:45 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 27 Jan 2009 22:02:28 +0000 (22:02 +0000)
commit23d483e2ac9eec5dd3415b4d8aad7ec7b0551ead
tree0d35730bd32d364d484d1c351233806834e245e0
parent4feb7f09863104b519a817212830509fc1dd677e
In the code for printing -v, replace longhand newSVpvn() with newSVpvs(), and
avoid needing a sv_catpvs().
perl.c