# mro.pm
#
# Copyright (c) 2007 Brandon L Black
-# Copyright (c) 2008 Larry Wall and others
+# Copyright (c) 2008,2009 Larry Wall and others
#
# You may distribute under the terms of either the GNU General Public
# License or the Artistic License, as specified in the README file.
# mro.pm versions < 1.00 reserved for MRO::Compat
# for partial back-compat to 5.[68].x
-our $VERSION = '1.01';
+our $VERSION = '1.02';
sub import {
mro::set_mro(scalar(caller), $_[1]) if $_[1];