In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/fd3a397ea1401f991861564cc0f80dab97343104?hp=0e9a4b850977b60c58ba0ab6ae1544d006be4be9>

- Log -----------------------------------------------------------------
commit fd3a397ea1401f991861564cc0f80dab97343104
Author: Max Maischein <cor...@corion.net>
Date:   Fri Oct 11 12:46:26 2019 +0200

    Mailling list archaeology, restoring old content
    
    http://xray.mpe.mpg.de does not serve the mailing list archives anymore
    and is not available via the Wayback machine either.
    
    This patch restores the content of a link to an URL "we" hopefully control
    better. The message ID correlates to a message mentioned in the git blame
    patch that introduced the URL.

-----------------------------------------------------------------------

Summary of changes:
 t/op/universal.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/op/universal.t b/t/op/universal.t
index 116f92383e..4c277c3e39 100644
--- a/t/op/universal.t
+++ b/t/op/universal.t
@@ -244,7 +244,8 @@ like( $@, qr/Can't call method "DOES" on unblessed 
reference/,
 
 # Tests for can seem to be split between here and method.t
 # Add the verbatim perl code mentioned in the comments of
-# http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01710.html
+# Message-ID: e14ufzd-0007kd...@libra.cus.cam.ac.uk
+# https://www.nntp.perl.org/group/perl.perl5.porters/2001/05/msg35327.html
 # but never actually tested.
 is(UNIVERSAL->can("NoSuchPackage::foo"), undef);
 

-- 
Perl5 Master Repository

Reply via email to