projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7fb1388
)
I missed a s/stat_cando/cando/ in File::stat.
Ben Morrow [Tue, 20 Jan 2009 01:37:31 +0000 (
01:37
+0000)]
lib/File/stat.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/stat.pm
b/lib/File/stat.pm
index
7489605
..
d0098ba
100644
(file)
--- a/
lib/File/stat.pm
+++ b/
lib/File/stat.pm
@@
-73,7
+73,7
@@
sub _ingroup {
if (grep $^O eq $_, qw/os2 MSWin32 dos/) {
# from doio.c
- *stat_cando = sub { ($_[0] & $_[2]->mode) ? 1 : "" };
+ *cando = sub { ($_[0] & $_[2]->mode) ? 1 : "" };
}
else {