This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Wed, 21 Sep 2016 14:38:42 +0000 (15:38 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Wed, 21 Sep 2016 14:42:44 +0000 (15:42 +0100)
commitcf97b304d6039d9a3ad08c2e75ae3dbf3cf32dc8
tree632ffeef6d10d5675c3a3012751964b5bec486b0
parent2c4188f3fe3f46d4ebe3f23a094a7cf96ebe87f1
Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")

The dual-life dists affected use Devel::PPPort, so can safely use
sv_setpvs() even though it wasn't added until Perl v5.10.0.
17 files changed:
dist/Data-Dumper/Dumper.pm
dist/Data-Dumper/Dumper.xs
dist/Storable/Storable.pm
dist/Storable/Storable.xs
doop.c
ext/POSIX/POSIX.xs
ext/POSIX/lib/POSIX.pm
ext/PerlIO-encoding/encoding.pm
ext/PerlIO-encoding/encoding.xs
os2/OS2/OS2-REXX/DLL/DLL.pm
os2/OS2/OS2-REXX/DLL/DLL.xs
os2/os2.c
pod/perlguts.pod
pod/perlhacktut.pod
regcomp.c
sv.c
win32/wince.c