Skip to content

Commit

Permalink
comment out 'handles' as it's NYI correctly for roles yet
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfields committed Apr 28, 2015
1 parent 1f0cad7 commit 9f418b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bio/Role/IO.pm6
Expand Up @@ -5,7 +5,7 @@ use Bio::Role::Temp;
role Bio::Role::IO does Bio::Role::Temp {

# TODO: not sure we need to curry everything here, but list of methods is a rakudo bug
has IO::Handle $.fh handles IO::Handle;
has IO::Handle $.fh; # handles IO::Handle;

# At the moment we force all IO consumers to initialize-io if they have this
# simple signature
Expand Down

0 comments on commit 9f418b1

Please sign in to comment.