Skip to content

Commit

Permalink
Remove now superfluous assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 31, 2017
1 parent c63c57e commit 08f705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/IO/CatHandle.pm
@@ -1,6 +1,6 @@
my class IO::CatHandle is IO::Handle {
has $!handles;
has $!active-handle is default(Nil) = Nil;
has $!active-handle is default(Nil);

has $.chomp is rw;
has $.nl-in;
Expand Down

0 comments on commit 08f705b

Please sign in to comment.