projects
/
scpubgit/DKit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
db732a1
)
I implemented catdir. Use catdir FFS.
Matt S Trout [Sat, 22 Feb 2014 21:37:31 +0000 (21:37 +0000)]
lib/DX/Lib/FS.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DX/Lib/FS.pm
b/lib/DX/Lib/FS.pm
index
0e2b51b
..
cc9456e
100644
(file)
--- a/
lib/DX/Lib/FS.pm
+++ b/
lib/DX/Lib/FS.pm
@@
-189,7
+189,7
@@
our @RULES = (
[ is_file => 'FilePath' ] ],
[ directory_in => [ qw(DirPath DirName SubdirPath) ],
- [ catfile => qw(DirPath DirName SubdirPath) ],
+ [ catdir => qw(DirPath DirName SubdirPath) ],
[ is_directory => 'DirPath' ],
[ is_directory => 'SubdirPath' ] ],