summaryrefslogtreecommitdiff
path: root/ext/B/B.pm
diff options
context:
space:
mode:
authorAlexander Gough <alex-p5p@earth.li>2006-10-20 03:05:20 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-20 11:51:57 +0000
commit676456c20d9092c3a5249acd38ce7d71e3ddeba8 (patch)
tree7742568c9754834e82adf888111121689cf1e1df /ext/B/B.pm
parentf9faeafccd43fe415773256f1becd34b66408086 (diff)
downloadperl-676456c20d9092c3a5249acd38ce7d71e3ddeba8.tar.gz
B:: changes for UNITCHECK blocks
Message-ID: <20061020010520.GC12290@the.earth.li> p4raw-id: //depot/perl@29062
Diffstat (limited to 'ext/B/B.pm')
-rw-r--r--ext/B/B.pm10
1 files changed, 7 insertions, 3 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm
index b28c64cce7..e8d77154bd 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -7,7 +7,7 @@
#
package B;
-our $VERSION = '1.11';
+our $VERSION = '1.12';
use XSLoader ();
require Exporter;
@@ -21,8 +21,8 @@ require Exporter;
sub_generation amagic_generation perlstring
walkoptree_slow walkoptree walkoptree_exec walksymtable
parents comppadlist sv_undef compile_stats timing_info
- begin_av init_av check_av end_av regex_padav dowarn
- defstash curstash warnhook diehook inc_gv
+ begin_av init_av unitcheck_av check_av end_av regex_padav
+ dowarn defstash curstash warnhook diehook inc_gv
);
sub OPf_KIDS ();
@@ -384,6 +384,10 @@ Returns the AV object (i.e. in class B::AV) representing INIT blocks.
Returns the AV object (i.e. in class B::AV) representing CHECK blocks.
+=item unitcheck_av
+
+Returns the AV object (i.e. in class B::AV) representing UNITCHECK blocks.
+
=item begin_av
Returns the AV object (i.e. in class B::AV) representing BEGIN blocks.