From: belg4mit Date: Mon, 15 Apr 2002 01:31:21 +0000 (-0400) Subject: Re: [FILE] FileCache.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77fcdeeb788901a0241ca645fa4761b52ea5d950;p=p5sagit%2Fp5-mst-13.2.git Re: [FILE] FileCache.t Message-ID: <3CBA65A9.A228DBA1@mit.edu> p4raw-id: //depot/perl@15928 --- diff --git a/lib/FileCache.t b/lib/FileCache.t index 9e28270..81359f5 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($_, "+>$_");