Revision history for Perl extension mro.
+1.08 Sun Jun 12 14:09:03 BST 2011
+ - remove two broken URLs from the documentation
+
1.01 Fri Dec 26 19:23:01 2008
- original version; created by h2xs 1.23 with options
-b 5.10.0 -c -A -n mro --skip-ppport
# mro.pm versions < 1.00 reserved for MRO::Compat
# for partial back-compat to 5.[68].x
-our $VERSION = '1.07';
+our $VERSION = '1.08';
sub import {
mro::set_mro(scalar(caller), $_[1]) if $_[1];
=over 4
-=item L<http://aspn.activestate.com/ASPN/Mail/Message/perl6-internals/2746631>
-
=item L<http://use.perl.org/~autrijus/journal/25768>
=back
=back
-=head2 C3 for TinyCLOS
-
-=over 4
-
-=item L<http://www.call-with-current-continuation.org/eggs/c3.html>
-
-=back
-
=head2 Class::C3
=over 4
=item *
+L<mro> has been updated to remove two broken URLs in the documentation.
+
+=item *
+
L<Object::Accessor> has been upgraded from version 0.38 to version 0.42
Eliminated use of C<exists> on array elements which has been deprecated.