diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-02 20:45:00 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-02 20:45:00 +0000 |
commit | b591c46eb65d6e62eab41547c2c448d20bc047a9 (patch) | |
tree | b4091dc8e34d03e4503422bc36ed84d16f4d114c /ext/B | |
parent | 24436e9a6cbac7c6d5f2e80821bf1e4ed98a4663 (diff) | |
download | perl-b591c46eb65d6e62eab41547c2c448d20bc047a9.tar.gz |
A slightly better layout for the diagram.
p4raw-id: //depot/perl@24369
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 |