diff options
author | Robin Barker <robin@Spade-Ubuntu.(none)> | 2010-04-19 17:00:59 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-26 11:41:01 +0200 |
commit | 01146bad274273e459645fb4cce5aeac95999d64 (patch) | |
tree | b877fdc0b034bab52962d5c47ea9aa8c151e87d4 /pod | |
parent | e52cd83cc0ba95181604b2343509a8f91e21eed1 (diff) | |
download | perl-01146bad274273e459645fb4cce5aeac95999d64.tar.gz |
remove Perl_pmflag
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 30ce129e4c..6d6322adac 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3447,13 +3447,6 @@ so it was not possible to set up some or all fixed-width byte-order conversion functions. This is only a problem when you're using the '<' or '>' modifiers in (un)pack templates. See L<perlfunc/pack>. -=item Perl_pmflag() is deprecated, and will be removed from the XS API - -(D deprecated) XS code called the C function C<Perl_pmflag>. This was part of -Perl's listed public API for extending or embedding the perl interpreter. It has -now been removed from the public API, and will be removed in a future release, -hence XS code should be re-written not to use it. - =item Perl %s required--this is only version %s, stopped (F) The module in question uses features of a version of Perl more |