diff options
Diffstat (limited to 'ext/B/B.pm')
-rw-r--r-- | ext/B/B.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index ed7cf7318c..564b6758cc 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -21,7 +21,7 @@ require Exporter; amagic_generation perlstring walkoptree_slow walkoptree walkoptree_exec walksymtable parents comppadlist sv_undef compile_stats timing_info - begin_av init_av end_av regex_padav); + begin_av init_av check_av end_av regex_padav); sub OPf_KIDS (); use strict; @@ -374,6 +374,10 @@ Returns the SV object corresponding to the C variable C<amagic_generation>. Returns the AV object (i.e. in class B::AV) representing INIT blocks. +=item check_av + +Returns the AV object (i.e. in class B::AV) representing CHECK blocks. + =item begin_av Returns the AV object (i.e. in class B::AV) representing BEGIN blocks. |