This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a union in place of xnv_nv, which allows AVs and HVs to re-use
[perl5.git] / ext / B / B.pm
index e8eb1a5..2346ac0 100644 (file)
@@ -7,7 +7,7 @@
 #
 package B;
 
-our $VERSION = '1.08';
+our $VERSION = '1.09';
 
 use XSLoader ();
 require Exporter;
@@ -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
@@ -848,8 +848,6 @@ IoIFP($io) == PerlIO_stdin() ).
 
 =item MAX
 
-=item OFF
-
 =item ARRAY
 
 =item ARRAYelt
@@ -857,8 +855,6 @@ IoIFP($io) == PerlIO_stdin() ).
 Like C<ARRAY>, but takes an index as an argument to get only one element,
 rather than a list of all of them.
 
-=item AvFLAGS
-
 =back
 
 =head2 B::CV Methods
@@ -909,8 +905,6 @@ For constant subroutines, returns the constant SV returned by the subroutine.
 
 =item NAME
 
-=item PMROOT
-
 =item ARRAY
 
 =back