Eviscerate README.macos to match the state of the world
[p5sagit/p5-mst-13.2.git] / ext / mro / mro.pm
index 5f0ae96..5acf0e5 100644 (file)
@@ -68,8 +68,7 @@ implementation for older Perls.
 
 It's possible to change the MRO of a given class either by using C<use
 mro> as shown in the synopsis, or by using the L</mro::set_mro> function
-below.  The functions in the mro namespace do not require loading the
-C<mro> module, as they are actually provided by the core perl interpreter.
+below.
 
 The special methods C<next::method>, C<next::can>, and
 C<maybe::next::method> are not available until this C<mro> module
@@ -132,7 +131,7 @@ Note that C<UNIVERSAL> (and any members of C<UNIVERSAL>'s MRO) are not
 part of the MRO of a class, even though all classes implicitly inherit
 methods from C<UNIVERSAL> and its parents.
 
-=head2 mro::set_mro($classname, $type)
+=head2 mro::set_mro ($classname, $type)
 
 Sets the MRO of the given class to the C<$type> argument (either
 C<c3> or C<dfs>).
@@ -329,15 +328,13 @@ works (like C<goto &maybe::next::method>);
 
 =back
 
-=head2 The prototype Perl 6 Object Model uses C3
+=head2 Pugs
 
-=over 4
-
-=item L<http://svn.openfoundry.org/pugs/perl5/Perl6-MetaModel/>
+The Pugs prototype Perl 6 Object Model uses C3
 
-=back
+=head2 Parrot
 
-=head2 Parrot now uses C3
+Parrot now uses C3
 
 =over 4