FileCache 1.03 broken on VMS -- possible patch
[p5sagit/p5-mst-13.2.git] / lib / FileCache / t / 03append.t
index 5a08a1e..07edb7a 100644 (file)
@@ -2,7 +2,7 @@
 use FileCache maxopen=>2;
 use vars qw(@files);
 BEGIN {
-    @files = qw(foo bar baz quux Foo'Bar);
+    @files = qw(foo bar baz quux Foo_Bar);
     chdir 't' if -d 't';
 
     #For tests within the perl distribution