In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/09c3cef424e3147a48df48d7b03f212657d9032f?hp=657d1e609c0896b75625a0275d2b5c978675cb04>

- Log -----------------------------------------------------------------
commit 09c3cef424e3147a48df48d7b03f212657d9032f
Author: James E Keenan <[email protected]>
Date:   Wed Apr 10 11:54:02 2013 +0100

    Provide proper link to original Dylan paper.
    
    Patch submitted by Dmitry Karasik++.  For: RT #117519
-----------------------------------------------------------------------

Summary of changes:
 Porting/checkAUTHORS.pl |    1 +
 ext/mro/mro.pm          |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl
index 7a9a36a..237a307 100755
--- a/Porting/checkAUTHORS.pl
+++ b/Porting/checkAUTHORS.pl
@@ -595,6 +595,7 @@ dennis\100booking.com                   
dennis\100camel.ams6.corp.booking.com
 dev-perl\100pimb.org                    knew-p5p\100pimb.org
 +                                       lists-p5p\100pimb.org
 djberg86\100attbi.com                   djberg96\100attbi.com
+dk\100tetsuo.karasik.eu.org             dmitry\100karasik.eu.org
 domo\100computer.org                    shouldbedomo\100mac.com
 +                                       domo\100slipper.ip.lu
 +                                       domo\100tcp.ip.lu
diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm
index 4b29d6b..3ca6460 100644
--- a/ext/mro/mro.pm
+++ b/ext/mro/mro.pm
@@ -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.10';
+our $VERSION = '1.11';
 
 sub import {
     mro::set_mro(scalar(caller), $_[1]) if $_[1];
@@ -308,7 +308,7 @@ works (like C<goto &maybe::next::method>);
 
 =over 4
 
-=item L<http://www.webcom.com/haahr/dylan/linearization-oopsla96.html>
+=item L<http://haahr.tempdomainname.com/dylan/linearization-oopsla96.html>
 
 =back
 

--
Perl5 Master Repository

Reply via email to