From: Nicholas Clark <nick@ccl4.org>
Date: Mon, 2 May 2005 20:45:00 +0000 (+0000)
Subject: A slightly better layout for the diagram.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b591c46eb65d6e62eab41547c2c448d20bc047a9;p=p5sagit%2Fp5-mst-13.2.git

A slightly better layout for the diagram.

p4raw-id: //depot/perl@24369
---

diff --git a/ext/B/B.pm b/ext/B/B.pm
index e8eb1a5..95b2f04 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