A slightly better layout for the diagram.
Nicholas Clark [Mon, 2 May 2005 20:45:00 +0000 (20:45 +0000)]
p4raw-id: //depot/perl@24369

ext/B/B.pm

index e8eb1a5..95b2f04 100644 (file)
@@ -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