In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0cd29a24dbd86735116218c407643ee00fb43a02?hp=a7e260e62a5e47961e908363da32ef16f41301b2>
- Log ----------------------------------------------------------------- commit 0cd29a24dbd86735116218c407643ee00fb43a02 Author: Arkturuz <[email protected]> Date: Fri Apr 23 14:20:31 2010 +0200 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. ----------------------------------------------------------------------- Summary of changes: t/mro/vulcan_c3.t | 2 +- 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 f0fffde..1858095 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 28372ad..eb3e128 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 ^ -- Perl5 Master Repository
