Changes to Pod::Simple's tests to get rid of the "^"s in the
[p5sagit/p5-mst-13.2.git] / lib / Pod / Simple / t / search_29_glob_z_qmark_k.t
index 023b190..9f3c2f5 100644 (file)
@@ -37,17 +37,17 @@ sub source_path {
 
 my($here1, $here2, $here3);
 
-if(        -e ($here1 = source_path(   'test^lib'      ))) {
+if(        -e ($here1 = source_path(   'test_lib'      ))) {
   die "But where's $here2?"
-    unless -e ($here2 = source_path(   'other^test^lib'));
+    unless -e ($here2 = source_path(   'other_test_lib'));
   die "But where's $here3?"
-    unless -e ($here3 = source_path(   'yet^another^test^lib'));
+    unless -e ($here3 = source_path(   'yet_another_test_lib'));
 
-} elsif(   -e ($here1 = File::Spec->catdir($cwd, 't', 'test^lib'      ))) {
+} elsif(   -e ($here1 = File::Spec->catdir($cwd, 't', 'test_lib'      ))) {
   die "But where's $here2?"
-    unless -e ($here2 = File::Spec->catdir($cwd, 't', 'other^test^lib'));
+    unless -e ($here2 = File::Spec->catdir($cwd, 't', 'other_test_lib'));
   die "But where's $here3?"
-    unless -e ($here3 = File::Spec->catdir($cwd, 't', 'yet^another^test^lib'));
+    unless -e ($here3 = File::Spec->catdir($cwd, 't', 'yet_another_test_lib'));
 
 } else {
   die "Can't find the test corpora";