FileCache 1.03 broken on VMS -- possible patch
[p5sagit/p5-mst-13.2.git] / lib / FileCache / t / 01open.t
index d516aea..dfbb7b0 100644 (file)
@@ -2,7 +2,7 @@
 use FileCache;
 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