Skip to content

Commit

Permalink
RT #112202, SomeEnum.^parents
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 2, 2012
1 parent abc657a commit ba52bb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S12-enums/misc.t
Expand Up @@ -46,6 +46,8 @@ use Test;
is OK(), 'sub OK', 'but () is still a function call';
is FAIL, 'FAIL', 'non-conflicting enum key';
is +FAIL, 1, 'non-conflicting enum key (numeric)';
# RT #112202
lives_ok { OK.^methods }, 'can call .^methods on an enum';
}

done;
Expand Down

0 comments on commit ba52bb7

Please sign in to comment.