summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/mro.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/mro.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/mro.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/mro.pm b/Master/tlpkg/tlperl/lib/mro.pm
index 31f5ce69736..3ca6460d31d 100644
--- a/Master/tlpkg/tlperl/lib/mro.pm
+++ b/Master/tlpkg/tlperl/lib/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.09';
+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