Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix IO::ArgFiles.ins
  • Loading branch information
moritz committed May 26, 2012
1 parent 75c0e9c commit 51f1b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/IO/ArgFiles.pm
Expand Up @@ -2,7 +2,7 @@ my class IO::ArgFiles is IO {
has $.args;
has $.filename;
has $!io;
has $!ins;
has $.ins;

method eof() {
! $!args && $!io.opened && $!io.eof
Expand Down

0 comments on commit 51f1b93

Please sign in to comment.