]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Upper.xs - in 5.37.6 cop_warnings became a char * (RCVP) rt146897
authorYves Orton <demerphq@gmail.com>
Sat, 4 Mar 2023 08:00:37 +0000 (09:00 +0100)
committerVincent Pit <vpit@cpan.org>
Sun, 26 Mar 2023 12:56:05 +0000 (14:56 +0200)
It is actually a RCPV (RefCounted PV), so we can use RCPV_LEN() to
find its length.

Unfortunately there is not currently a way to "mortalize" a RCPV,
an oversight that I will correct in a future release of Perl. But
for now this should do.


No differences found