Changes to Pod::Simple's tests to get rid of the "^"s in the
[p5sagit/p5-mst-13.2.git] / lib / Pod / Simple / t / htmlbatch_01.t
index e191a32..098b21f 100644 (file)
@@ -33,7 +33,7 @@ foreach my $t_maybe (
   next unless -e $t_maybe;
 
   $t_dir = $t_maybe;
-  $corpus_dir = File::Spec->catdir( $t_maybe, 'test^lib' );
+  $corpus_dir = File::Spec->catdir( $t_maybe, 'test_lib' );
   next unless -e $corpus_dir;
   last;
 }