Skip to content

Commit

Permalink
Document that paths use forward slashes
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
xdg committed Jun 27, 2018
1 parent a41197f commit 5b9fc9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Path-Iterator-Rule

{{$NEXT}}

[DOCS]

- Noted that file separators are unix-style forward slashes.

1.013 2018-06-20 16:48:23-06:00 America/Denver

[CHANGED]
Expand Down
4 changes: 4 additions & 0 deletions lib/Path/Iterator/Rule.pm
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,10 @@ Here is a summary of features for comparison to other file finding modules:
As a convenience, the L<PIR> module is an empty subclass of this one
that is less arduous to type for one-liners.
B<Note>: paths are constructed with unix-style forward-slashes for
efficiency rather than using L<File::Spec>. If proper path separators are
needed, call L<canonpath|File::Spec/canonpath> on the search results.
=cut

# vim: ts=4 sts=4 sw=4 et:

0 comments on commit 5b9fc9d

Please sign in to comment.