Skip to content

Commit 173ad98

Browse files
committed
has-accessor went away
1 parent ce1a0d6 commit 173ad98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/020-basic.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ is $h<version>, "0.0.1", "version is right";
2929
is $h<perl>, "6", "perl is right";
3030

3131
for $obj.^attributes -> $attr {
32-
if $attr.has-accessor {
32+
if $attr.has_accessor {
3333

3434
ok $attr.^does(META6::MetaAttribute), "attribute { $attr.name } has the trait";
3535

0 commit comments

Comments
 (0)