This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The method B::PMOP::pmregexp never existed. Remove it from the documentation.
authorNicholas Clark <nick@ccl4.org>
Thu, 28 Oct 2010 15:03:49 +0000 (16:03 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 28 Oct 2010 15:03:49 +0000 (16:03 +0100)
A macro was added for it when B.xs was first written, but that macro was never
used for a method definition.

ext/B/B.pm
ext/B/B.xs

index a7a022f..3747de7 100644 (file)
@@ -1099,8 +1099,6 @@ This returns the op description from the global C PL_op_desc array
 
 Only up to Perl 5.9.4
 
-=item pmregexp
-
 =item pmflags
 
 =item extflags
index 0143487..d8b89e2 100644 (file)
@@ -978,7 +978,6 @@ LISTOP_children(o)
         RETVAL
 
 #define PMOP_pmnext(o)         o->op_pmnext
-#define PMOP_pmregexp(o)       PM_GETRE(o)
 #ifdef USE_ITHREADS
 #define PMOP_pmoffset(o)       o->op_pmoffset
 #define PMOP_pmstashpv(o)      PmopSTASHPV(o);