Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make IO::Symlink compile
  • Loading branch information
lizmat committed Feb 7, 2015
1 parent 727f247 commit c12c52b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/core/IO/Symlink.pm
@@ -1,3 +1,8 @@
# placeholder file to facilitate switching between nom and newio branches
# A class for symlinks that we know exist
my class IO::Symlink is Cool does IO::Pathy {

method l(IO::Symlink:D:) { True }
# other filetests to be using lstat rather than stat
}

# vim: ft=perl6 expandtab sw=4

0 comments on commit c12c52b

Please sign in to comment.