This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove Perl_pmflag() from the public API, and mark it as deprecated.
authorNicholas Clark <nick@ccl4.org>
Sun, 1 Nov 2009 16:43:22 +0000 (16:43 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 1 Nov 2009 16:47:07 +0000 (16:47 +0000)
commit879d0c7269cae2ffd414e7e03bcd3bc03ba587d3
treedd2ef9b59739f8a8dca35e041a72286886d57ac2
parente4eea5780a2bbeecb73ada4fbd62b3616735d968
Remove Perl_pmflag() from the public API, and mark it as deprecated.

regcomp.c stopped using it before 5.10, leaving only toke.c. The only code on
CPAN that uses it is copies of regcomp.c. Replace it with a static function,
with a cleaner interface.
MANIFEST
embed.fnc
embed.h
ext/XS-APItest/APItest.pm
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/pmflag.t [new file with mode: 0644]
perl.h
pod/perl5112delta.pod
pod/perldiag.pod
proto.h
toke.c