diff options
author | James E Keenan <jkeenan@cpan.org> | 2013-04-10 11:54:02 +0100 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-04-10 11:54:02 +0100 |
commit | 09c3cef424e3147a48df48d7b03f212657d9032f (patch) | |
tree | 40dc9096322aa95400935cd786ad770bcc02ca6e /ext | |
parent | 657d1e609c0896b75625a0275d2b5c978675cb04 (diff) | |
download | perl-09c3cef424e3147a48df48d7b03f212657d9032f.tar.gz |
Provide proper link to original Dylan paper.
Patch submitted by Dmitry Karasik++. For: RT #117519
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mro/mro.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm index 4b29d6b50a..3ca6460d31 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 |