diff options
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/B.pm | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index e8eb1a5b0a..95b2f04ab1 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -546,23 +546,23 @@ and later this is: +--------------+----------+------------+ | | | | B::PV B::IV B::NV B::RV - \ / / - \ / / - B::PVIV / - \ / - \ / - \ / - B::PVNV - | - | - B::PVMG - | - +-----+----+------+-----+-----+ - | | | | | | - B::BM B::AV B::GV B::HV B::CV B::IO - | | - B::PVLV | - B::FM + \ / / + \ / / + B::PVIV / + \ / + \ / + \ / + B::PVNV + | + | + B::PVMG + | + +-----+----+------+-----+-----+ + | | | | | | + B::BM B::AV B::GV B::HV B::CV B::IO + | | + B::PVLV | + B::FM For 5.9.0 and earlier, PVLV is a direct subclass of PVMG, so the base |