diff options
author | Arkturuz <arkturuz@gmail.com> | 2010-04-23 14:20:31 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-23 14:20:31 +0200 |
commit | 0cd29a24dbd86735116218c407643ee00fb43a02 (patch) | |
tree | 590d8029ddf1b65bc71781d1cedf8b75b12cc8e4 /t/mro | |
parent | a7e260e62a5e47961e908363da32ef16f41301b2 (diff) | |
download | perl-0cd29a24dbd86735116218c407643ee00fb43a02.tar.gz |
t/mro/vulcan* fixes
It seems that Dylan Reference Book has been relocated, so included is
the small patch for the vulcan_* test files with the new link.
Diffstat (limited to 't/mro')
-rw-r--r-- | t/mro/vulcan_c3.t | 2 | ||||
-rw-r--r-- | t/mro/vulcan_dfs.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/mro/vulcan_c3.t b/t/mro/vulcan_c3.t index f0fffde0df..18580955fb 100644 --- a/t/mro/vulcan_c3.t +++ b/t/mro/vulcan_c3.t @@ -7,7 +7,7 @@ require q(./test.pl); plan(tests => 1); =pod -example taken from: L<http://gauss.gwydiondylan.org/books/drm/drm_50.html> +example taken from: L<http://www.opendylan.org/books/drm/Method_Dispatch> Object ^ diff --git a/t/mro/vulcan_dfs.t b/t/mro/vulcan_dfs.t index 28372adcea..eb3e128f3c 100644 --- a/t/mro/vulcan_dfs.t +++ b/t/mro/vulcan_dfs.t @@ -7,7 +7,7 @@ require q(./test.pl); plan(tests => 1); =pod -example taken from: L<http://gauss.gwydiondylan.org/books/drm/drm_50.html> +example taken from: L<http://www.opendylan.org/books/drm/Method_Dispatch> Object ^ |