Bump mro's version number and copyright year, since it differs from 5.11.0
Jesse Vincent [Tue, 20 Oct 2009 14:14:23 +0000 (10:14 -0400)]
ext/mro/mro.pm

index 5acf0e5..9acbf21 100644 (file)
@@ -1,7 +1,7 @@
 #      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.
@@ -12,7 +12,7 @@ use warnings;
 
 # 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];