Skip to content

Commit

Permalink
[v6.d REVIEW] Update updated IRC log links
Browse files Browse the repository at this point in the history
Orig: 614621d9e
  • Loading branch information
zoffixznet committed Sep 29, 2018
1 parent 05dd9c2 commit a53acd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion S03-binding/arrays.t
Expand Up @@ -207,7 +207,7 @@ plan 48;
}

# Binding @array := $arrayref.
# See https://irclog.perlgeek.de/perl6/2005-11-06#i_-424364
# See http://colabti.org/irclogger/irclogger_log/perl6?date=2005-11-06,Sun&sel=388#l564
# and consider the magic behind parameter binding (which is really normal
# binding).
{
Expand Down
2 changes: 1 addition & 1 deletion S03-binding/hashes.t
Expand Up @@ -165,7 +165,7 @@ plan 39;
}

# Binding %hash := $hashref.
# See https://irclog.perlgeek.de/perl6/2005-11-06#i_-424364
# See http://colabti.org/irclogger/irclogger_log/perl6?date=2005-11-06,Sun&sel=388#l564
# and consider the magic behind parameter binding (which is really normal
# binding).
{
Expand Down
2 changes: 1 addition & 1 deletion S06-operator-overloading/sub.t
Expand Up @@ -60,7 +60,7 @@ Testing operator overloading subroutines

# [NOTE]
# pmichaud ruled that infix<if> is incorrect:
# https://irclog.perlgeek.de/perl6/2006-07-29#i_-200221
# http://colabti.org/irclogger/irclogger_log/perl6?date=2006-07-29,Sat&sel=183#l292
# so we won't test it here either.

# great. Now, what about those silent auto-conversion operators a la:
Expand Down

0 comments on commit a53acd2

Please sign in to comment.