This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update link in documentation.
authorJames E Keenan <jkeenan@cpan.org>
Wed, 14 Feb 2018 13:47:12 +0000 (08:47 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 14 Feb 2018 13:47:12 +0000 (08:47 -0500)
Original link was reported dead and replacement link suggested by freethunk.

For: RT # 123859

ext/mro/mro.pm

index 40aeb7a..4a7685c 100644 (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.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