diff options
author | belg4mit <belg4mit@mit.edu> | 2002-04-14 21:31:21 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-15 14:28:59 +0000 |
commit | 77fcdeeb788901a0241ca645fa4761b52ea5d950 (patch) | |
tree | 28c8cc4970a10ecff4df2e2f7a6f3ad224dfa19e /lib/FileCache.t | |
parent | c14fc35a124901bb0a7c6981001dbcf00006611d (diff) | |
download | perl-77fcdeeb788901a0241ca645fa4761b52ea5d950.tar.gz |
Re: [FILE] FileCache.t
Message-ID: <3CBA65A9.A228DBA1@mit.edu>
p4raw-id: //depot/perl@15928
Diffstat (limited to 'lib/FileCache.t')
-rwxr-xr-x | lib/FileCache.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/FileCache.t b/lib/FileCache.t index 9e28270f7a..81359f5627 100755 --- 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($_, "+>$_"); |