summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-20 10:14:23 -0400
committerJesse Vincent <jesse@bestpractical.com>2009-10-20 10:14:23 -0400
commitdc275821cc1a2b5c017f83fa62a41f58794aa0a1 (patch)
tree9b3a99d841790b06e474c32412c593388a82965b
parentcc740e82c94e12ef7dfdc8687449a06f9f915ba2 (diff)
downloadperl-dc275821cc1a2b5c017f83fa62a41f58794aa0a1.tar.gz
Bump mro's version number and copyright year, since it differs from 5.11.0
-rw-r--r--ext/mro/mro.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm
index 5acf0e5550..9acbf21d80 100644
--- a/ext/mro/mro.pm
+++ b/ext/mro/mro.pm
@@ -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];