This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Mon, 9 Jun 2014 17:53:36 +0000 (18:53 +0100)
committerTony Cook <tony@develop-help.com>
Thu, 12 Jun 2014 04:27:20 +0000 (14:27 +1000)
commit46e2868e06e3a90816b9788baa0ef60e02976ea2
tree419e6fc102dffa385812de9ada1a5e049db06abc
parent4662a05932175fe185d382b9b1b730e2b5cfad25
Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")

The dual-life dist affected uses Devel::PPPort, so can safely use
sv_catpvs() even though it wasn't added until Perl v5.8.9.
dist/Data-Dumper/Dumper.xs
pp_ctl.c
win32/win32.c
win32/wince.c