From: Jesse Vincent Date: Tue, 20 Oct 2009 14:14:23 +0000 (-0400) Subject: Bump mro's version number and copyright year, since it differs from 5.11.0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc275821cc1a2b5c017f83fa62a41f58794aa0a1;p=p5sagit%2Fp5-mst-13.2.git Bump mro's version number and copyright year, since it differs from 5.11.0 --- diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm index 5acf0e5..9acbf21 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];