summaryrefslogtreecommitdiffstats
path: root/t/004_block_injection_w_out_class.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-12-28 06:47:27 -0600
committerJesse Luehrs <doy@tozt.net>2012-12-28 06:47:27 -0600
commit3e7dc34d32213cb653210d951014bfc892603154 (patch)
tree4be487cdc256685aa075651e8ffd692f1a7d697e /t/004_block_injection_w_out_class.t
parent51f82ea92b494418fe5c73b618b1420a347c9673 (diff)
downloadp6-bread-board-3e7dc34d32213cb653210d951014bfc892603154.tar.gz
p6-bread-board-3e7dc34d32213cb653210d951014bfc892603154.zip
mark these comments as issues with perl6
Diffstat (limited to 't/004_block_injection_w_out_class.t')
-rw-r--r--t/004_block_injection_w_out_class.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/004_block_injection_w_out_class.t b/t/004_block_injection_w_out_class.t
index 3313ca7..8ac4d65 100644
--- a/t/004_block_injection_w_out_class.t
+++ b/t/004_block_injection_w_out_class.t
@@ -3,7 +3,7 @@ use Test;
use Bread::Board;
-# TODO: doing anything at all with the type object for a role with required
+# PERL6: doing anything at all with the type object for a role with required
# methods is broken
#sub does_ok(Mu $var, Mu $type, $msg = ("The object does '" ~ $type.perl ~ "'")) {
sub does_ok(Mu $var, Mu $type, $msg = ("The object does [some role]")) {