projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c14fc35
)
Re: [FILE] FileCache.t
belg4mit [Mon, 15 Apr 2002 01:31:21 +0000 (21:31 -0400)]
Message-ID: <
3CBA65A9
.A228DBA1@mit.edu>
p4raw-id: //depot/perl@15928
lib/FileCache.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/FileCache.t
b/lib/FileCache.t
index
9e28270
..
81359f5
100755
(executable)
--- a/
lib/FileCache.t
+++ b/
lib/FileCache.t
@@
-60,7
+60,7
@@
my @files = qw(foo bar baz quux);
}
{# Test 5: that close is overridden properly
- cacheout local $_ = "Foo::Bar";
+ cacheout local $_ = "Foo'Bar";
print $_ "Hello World\n";
close($_);
open($_, "+>$_");