Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
IO::Pathy is only for existing paths
  • Loading branch information
lizmat committed Feb 14, 2015
1 parent f7642cc commit 168fca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/IO/Pathy.pm
@@ -1,4 +1,4 @@
# A role for local file(path)s
# A role for local file(path)s that are known to exist
my role IO::Pathy {
has $.abspath;
has @!parts;
Expand Down

0 comments on commit 168fca7

Please sign in to comment.