Skip to content

Commit

Permalink
[S14-roles/basic] Do not try to mutate 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jan 23, 2012
1 parent 6556f08 commit e6549e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S14-roles/basic.t
Expand Up @@ -34,7 +34,7 @@ nok Foo.defined, 'role type objects are undefined';
}

# Mixing a Role into a Mu using imperative C<does>
my $baz = 3;
my $baz = { };
ok defined($baz does Foo), 'mixing in our Foo role into $baz worked';
#?pugs skip 3 'feature'
ok $baz.HOW.does($baz, Foo), '.HOW.does said our $baz now does Foo';
Expand Down

0 comments on commit e6549e8

Please sign in to comment.