Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing shadower for IOU.o
  • Loading branch information
lizmat committed Jan 5, 2015
1 parent e876378 commit 710a46b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/IOU.pm
Expand Up @@ -56,6 +56,7 @@ my class IOU does IO::Locally {
method rx(IOU:D:) { self!that ?? $!that.rx !! self!fail }
method wx(IOU:D:) { self!that ?? $!that.wx !! self!fail }
method rwx(IOU:D:) { self!that ?? $!that.rwx !! self!fail }
method o(IOU:D:) { self!that ?? $!that.o !! self!fail }
method z(IOU:D:) { self!that ?? $!that.z !! self!fail }
method modified(IOU:D:) { self!that ?? $!that.modified !! self!fail }
method accessed(IOU:D:) { self!that ?? $!that.accessed !! self!fail }
Expand Down

0 comments on commit 710a46b

Please sign in to comment.