diff options
author | Joshua ben Jore <jjore@cpan.org> | 2006-02-20 03:50:15 -0600 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-02-21 00:02:46 +0000 |
commit | 5ce57cc063e43c30cba8f7b560bf201c2c4beb83 (patch) | |
tree | bd572abf7b732122a8a5e27117ddf08072eb9d2e /ext/B/B.pm | |
parent | 4bbb71267116eb89ad713505b2cb1ec776c520e0 (diff) | |
download | perl-5ce57cc063e43c30cba8f7b560bf201c2c4beb83.tar.gz |
Re: Patches: B, CGI, ExtUtils::MM_Unix
From: "Joshua ben Jore" <twists@gmail.com>
Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>
Includes changes to increment test count in ext/B/t/concise-xs.t and
uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to
avoid the warning.
p4raw-id: //depot/perl@27254
Diffstat (limited to 'ext/B/B.pm')
-rw-r--r-- | ext/B/B.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index 5b6c04e8a1..f157e7852e 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -18,7 +18,7 @@ require Exporter; @EXPORT_OK = qw(minus_c ppname save_BEGINs class peekop cast_I32 cstring cchar hash threadsv_names main_root main_start main_cv svref_2object opnumber - amagic_generation perlstring + 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 @@ -935,9 +935,9 @@ underlying C "inheritance": B::OP | - +---------------+--------+--------+ - | | | | - B::UNOP B::SVOP B::PADOP B::COP + +---------------+--------+--------+-------+ + | | | | | + B::UNOP B::SVOP B::PADOP B::COP B::PVOP ,' `-. / `--. B::BINOP B::LOGOP |