In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/142e623c481e3fa71fa8ec5e3bf445633918fcfa?hp=83be7caa360f6d08011d70852e639cc6e8ab592f>

- Log -----------------------------------------------------------------
commit 142e623c481e3fa71fa8ec5e3bf445633918fcfa
Author: James E Keenan <jkee...@cpan.org>
Date:   Wed Feb 14 08:47:12 2018 -0500

    Update link in documentation.
    
    Original link was reported dead and replacement link suggested by freethunk.
    
    For: RT # 123859

-----------------------------------------------------------------------

Summary of changes:
 ext/mro/mro.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm
index 40aeb7a7b0..4a7685cc04 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.21';
+our $VERSION = '1.22';
 
 require XSLoader;
 XSLoader::load('mro');
@@ -308,7 +308,7 @@ works (like C<goto &maybe::next::method>);
 
 =over 4
 
-=item L<http://haahr.tempdomainname.com/dylan/linearization-oopsla96.html>
+=item 
L<http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.19.3910&rep=rep1&type=pdf>
 
 =back
 

-- 
Perl5 Master Repository

Reply via email to