summaryrefslogtreecommitdiff
path: root/lib/Pod
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-12-13 11:54:54 +0000
committerSteve Peters <steve@fisharerojo.org>2005-12-13 11:54:54 +0000
commit318efef0dfffad8c4ba487ce1bea87a00e41ae43 (patch)
treeeb3489181467aa342be67eb769470fdb22e215e4 /lib/Pod
parent2fba7546fa1f0066c10642fd9ad4e4666d407d02 (diff)
downloadperl-318efef0dfffad8c4ba487ce1bea87a00e41ae43.tar.gz
Changes to Pod::Simple's tests to get rid of the "^"s in the
directory names. p4raw-id: //depot/perl@26340
Diffstat (limited to 'lib/Pod')
-rw-r--r--lib/Pod/Simple/t/htmlbatch_01.t2
-rw-r--r--lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm (renamed from lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm)0
-rw-r--r--lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod (renamed from lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod)0
-rw-r--r--lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm (renamed from lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm)0
-rw-r--r--lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt (renamed from lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt)0
-rw-r--r--lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod (renamed from lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod)0
-rw-r--r--lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod (renamed from lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod)0
-rw-r--r--lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm (renamed from lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm)0
-rw-r--r--lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod (renamed from lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod)0
-rw-r--r--lib/Pod/Simple/t/search_10survey_specific.t8
-rw-r--r--lib/Pod/Simple/t/search_12survey_cwd.t8
-rw-r--r--lib/Pod/Simple/t/search_20survey_two.t12
-rw-r--r--lib/Pod/Simple/t/search_22survey_two_shadowing.t24
-rw-r--r--lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t16
-rw-r--r--lib/Pod/Simple/t/search_26_glob_kleene_k.t16
-rw-r--r--lib/Pod/Simple/t/search_27_glob_squaa_kleene.t16
-rw-r--r--lib/Pod/Simple/t/search_28_glob_z_kleene_k.t12
-rw-r--r--lib/Pod/Simple/t/search_29_glob_z_qmark_k.t12
-rw-r--r--lib/Pod/Simple/t/test_lib/Blorm.pm (renamed from lib/Pod/Simple/t/test^lib/Blorm.pm)0
-rw-r--r--lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt (renamed from lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt)0
-rw-r--r--lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm (renamed from lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm)0
-rw-r--r--lib/Pod/Simple/t/test_lib/Zonk/Veng.pm (renamed from lib/Pod/Simple/t/test^lib/Zonk/Veng.pm)0
-rw-r--r--lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod (renamed from lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod)0
-rw-r--r--lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm (renamed from lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm)0
-rw-r--r--lib/Pod/Simple/t/test_lib/hink_honk/readme.txt (renamed from lib/Pod/Simple/t/test^lib/hink^honk/readme.txt)0
-rw-r--r--lib/Pod/Simple/t/test_lib/pod/perlfliff.pod (renamed from lib/Pod/Simple/t/test^lib/pod/perlfliff.pod)0
-rw-r--r--lib/Pod/Simple/t/test_lib/pod/perlthang.pod (renamed from lib/Pod/Simple/t/test^lib/pod/perlthang.pod)0
-rw-r--r--lib/Pod/Simple/t/test_lib/squaa.pm (renamed from lib/Pod/Simple/t/test^lib/squaa.pm)0
-rw-r--r--lib/Pod/Simple/t/test_lib/squaa/Glunk.pod (renamed from lib/Pod/Simple/t/test^lib/squaa/Glunk.pod)0
-rw-r--r--lib/Pod/Simple/t/test_lib/squaa/Vliff.pm (renamed from lib/Pod/Simple/t/test^lib/squaa/Vliff.pm)0
-rw-r--r--lib/Pod/Simple/t/test_lib/zikzik.pod (renamed from lib/Pod/Simple/t/test^lib/zikzik.pod)0
-rw-r--r--lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm (renamed from lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm)0
32 files changed, 63 insertions, 63 deletions
diff --git a/lib/Pod/Simple/t/htmlbatch_01.t b/lib/Pod/Simple/t/htmlbatch_01.t
index e191a32336..098b21fc7c 100644
--- a/lib/Pod/Simple/t/htmlbatch_01.t
+++ b/lib/Pod/Simple/t/htmlbatch_01.t
@@ -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;
}
diff --git a/lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm b/lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
index b96722c13b..b96722c13b 100644
--- a/lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
+++ b/lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
diff --git a/lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod b/lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
index 98e7624a71..98e7624a71 100644
--- a/lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
+++ b/lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
diff --git a/lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm b/lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
index 93d1b411f2..93d1b411f2 100644
--- a/lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
+++ b/lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
diff --git a/lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt b/lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
index 96ae070ee8..96ae070ee8 100644
--- a/lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
+++ b/lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
diff --git a/lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod b/lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
index 63ae3da342..63ae3da342 100644
--- a/lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
+++ b/lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
diff --git a/lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod b/lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
index 63ae3da342..63ae3da342 100644
--- a/lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
+++ b/lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
diff --git a/lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm b/lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
index 93d1b411f2..93d1b411f2 100644
--- a/lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
+++ b/lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
diff --git a/lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod b/lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
index 98e7624a71..98e7624a71 100644
--- a/lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
+++ b/lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
diff --git a/lib/Pod/Simple/t/search_10survey_specific.t b/lib/Pod/Simple/t/search_10survey_specific.t
index a6c9d3c34d..cf344134aa 100644
--- a/lib/Pod/Simple/t/search_10survey_specific.t
+++ b/lib/Pod/Simple/t/search_10survey_specific.t
@@ -43,9 +43,9 @@ sub source_path {
}
my $here;
-if( -e ($here = source_path('test^lib'))) {
+if( -e ($here = source_path('test_lib'))) {
#
-} elsif(-e ($here = File::Spec->catdir($cwd, 't', 'test^lib'))) {
+} elsif(-e ($here = File::Spec->catdir($cwd, 't', 'test_lib'))) {
#
} else {
die "Can't find the test corpus";
@@ -68,12 +68,12 @@ print $p;
{
my $names = join "|", sort values %$where2name;
-ok $names, "Blorm|Zonk::Pronk|perlfliff|perlthang|squaa|squaa::Glunk|squaa::Vliff|zikzik";
+ok $names, "Blorm|Zonk::Pronk|hink_honk::Glunk|hink_honk::Vliff|perlfliff|perlthang|squaa|squaa::Glunk|squaa::Vliff|zikzik";
}
{
my $names = join "|", sort keys %$name2where;
-ok $names, "Blorm|Zonk::Pronk|perlfliff|perlthang|squaa|squaa::Glunk|squaa::Vliff|zikzik";
+ok $names, "Blorm|Zonk::Pronk|hink_honk::Glunk|hink_honk::Vliff|perlfliff|perlthang|squaa|squaa::Glunk|squaa::Vliff|zikzik";
}
ok( ($name2where->{'squaa'} || 'huh???'), '/squaa\.pm$/');
diff --git a/lib/Pod/Simple/t/search_12survey_cwd.t b/lib/Pod/Simple/t/search_12survey_cwd.t
index 490efbfe65..fb2daa2ecb 100644
--- a/lib/Pod/Simple/t/search_12survey_cwd.t
+++ b/lib/Pod/Simple/t/search_12survey_cwd.t
@@ -36,9 +36,9 @@ sub source_path {
}
my $here;
-if( -e ($here = source_path('test^lib'))) {
+if( -e ($here = source_path('test_lib'))) {
chdir $here;
-} elsif(-e ($here = File::Spec->catdir($cwd, 't', 'test^lib'))) {
+} elsif(-e ($here = File::Spec->catdir($cwd, 't', 'test_lib'))) {
chdir $here;
} else {
die "Can't find the test corpus";
@@ -61,12 +61,12 @@ print $p;
{
my $names = join "|", sort values %$where2name;
-ok $names, "Blorm|Zonk::Pronk|perlfliff|perlthang|squaa|squaa::Glunk|squaa::Vliff|zikzik";
+ok $names, "Blorm|Zonk::Pronk|hink_honk::Glunk|hink_honk::Vliff|perlfliff|perlthang|squaa|squaa::Glunk|squaa::Vliff|zikzik";
}
{
my $names = join "|", sort keys %$name2where;
-ok $names, "Blorm|Zonk::Pronk|perlfliff|perlthang|squaa|squaa::Glunk|squaa::Vliff|zikzik";
+ok $names, "Blorm|Zonk::Pronk|hink_honk::Glunk|hink_honk::Vliff|perlfliff|perlthang|squaa|squaa::Glunk|squaa::Vliff|zikzik";
}
ok( ($name2where->{'squaa'} || 'huh???'), '/squaa\.pm$/');
diff --git a/lib/Pod/Simple/t/search_20survey_two.t b/lib/Pod/Simple/t/search_20survey_two.t
index 1bfdabad8a..bfea22ec31 100644
--- a/lib/Pod/Simple/t/search_20survey_two.t
+++ b/lib/Pod/Simple/t/search_20survey_two.t
@@ -40,12 +40,12 @@ sub source_path {
}
my($here1, $here2);
-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'));
-} elsif( -e ($here1 = File::Spec->catdir($cwd, 't', 'test^lib' ))) {
+ unless -e ($here2 = source_path('other_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'));
} else {
die "Can't find the test corpora";
}
@@ -69,12 +69,12 @@ print $p;
{
my $names = join "|", sort values %$where2name;
-ok $names, "Blorm|Sizzlesuzzle|Zonk::Pronk|perlfliff|perlthang|perlzuk|squaa|squaa::Glunk|squaa::Vliff|squaa::Wowo|zikzik";
+ok $names, "Blorm|Sizzlesuzzle|Zonk::Pronk|hink_honk::Glunk|hink_honk::Vliff|perlfliff|perlthang|perlzuk|squaa|squaa::Glunk|squaa::Vliff|squaa::Wowo|zikzik";
}
{
my $names = join "|", sort keys %$name2where;
-ok $names, "Blorm|Sizzlesuzzle|Zonk::Pronk|perlfliff|perlthang|perlzuk|squaa|squaa::Glunk|squaa::Vliff|squaa::Wowo|zikzik";
+ok $names, "Blorm|Sizzlesuzzle|Zonk::Pronk|hink_honk::Glunk|hink_honk::Vliff|perlfliff|perlthang|perlzuk|squaa|squaa::Glunk|squaa::Vliff|squaa::Wowo|zikzik";
}
ok( ($name2where->{'squaa'} || 'huh???'), '/squaa\.pm$/');
diff --git a/lib/Pod/Simple/t/search_22survey_two_shadowing.t b/lib/Pod/Simple/t/search_22survey_two_shadowing.t
index dd1a62fe86..d61187e64f 100644
--- a/lib/Pod/Simple/t/search_22survey_two_shadowing.t
+++ b/lib/Pod/Simple/t/search_22survey_two_shadowing.t
@@ -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";
@@ -71,20 +71,20 @@ print $p;
{
print "# won't show any shadows, since we're just looking at the name2where keys\n";
my $names = join "|", sort keys %$name2where;
-ok $names, "Blorm|Sizzlesuzzle|Zonk::Pronk|perlfliff|perlthang|perlzuk|squaa|squaa::Glunk|squaa::Vliff|squaa::Wowo|zikzik";
+ok $names, "Blorm|Sizzlesuzzle|Zonk::Pronk|hink_honk::Glunk|hink_honk::Vliff|perlfliff|perlthang|perlzuk|squaa|squaa::Glunk|squaa::Vliff|squaa::Wowo|zikzik";
}
{
print "# but here we'll see shadowing:\n";
my $names = join "|", sort values %$where2name;
-ok $names, "Blorm|Sizzlesuzzle|Zonk::Pronk|perlfliff|perlthang|perlthang|perlzuk|squaa|squaa::Glunk|squaa::Vliff|squaa::Vliff|squaa::Vliff|squaa::Wowo|zikzik";
+ok $names, "Blorm|Sizzlesuzzle|Zonk::Pronk|hink_honk::Glunk|hink_honk::Glunk|hink_honk::Vliff|hink_honk::Vliff|perlfliff|perlthang|perlthang|perlzuk|squaa|squaa::Glunk|squaa::Vliff|squaa::Vliff|squaa::Vliff|squaa::Wowo|zikzik";
my %count;
for(values %$where2name) { ++$count{$_} };
#print pretty(\%count), "\n\n";
delete @count{ grep $count{$_} < 2, keys %count };
my $shadowed = join "|", sort keys %count;
-ok $shadowed, "perlthang|squaa::Vliff";
+ok $shadowed, "hink_honk::Glunk|hink_honk::Vliff|perlthang|squaa::Vliff";
sub thar { print "# Seen $_[0] :\n", map "# {$_}\n", sort grep $where2name->{$_} eq $_[0],keys %$where2name; return; }
@@ -99,11 +99,11 @@ ok( ($name2where->{'squaa'} || 'huh???'), '/squaa\.pm$/');
ok grep( m/squaa\.pm/, keys %$where2name ), 1;
-ok( ($name2where->{'perlthang'} || 'huh???'), '/[^\^]test\^lib/' );
-ok( ($name2where->{'squaa::Vliff'} || 'huh???'), '/[^\^]test\^lib/' );
+ok( ($name2where->{'perlthang'} || 'huh???'), '/[^\^]test_lib/' );
+ok( ($name2where->{'squaa::Vliff'} || 'huh???'), '/[^\^]test_lib/' );
# Some sanity:
-ok( ($name2where->{'squaa::Wowo'} || 'huh???'), '/other\^test\^lib/' );
+ok( ($name2where->{'squaa::Wowo'} || 'huh???'), '/other_test_lib/' );
diff --git a/lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t b/lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
index 9ae17858e1..eee796a889 100644
--- a/lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
+++ b/lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
@@ -40,17 +40,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: $dir";
@@ -100,9 +100,9 @@ thar 'squaa::Vliff';
ok ! $name2where->{'squaa'}; # because squaa.pm isn't squaa::*
-ok( ($name2where->{'squaa::Vliff'} || 'huh???'), '/[^\^]test\^lib/' );
+ok( ($name2where->{'squaa::Vliff'} || 'huh???'), '/[^\^]test_lib/' );
-ok( ($name2where->{'squaa::Wowo'} || 'huh???'), '/other\^test\^lib/' );
+ok( ($name2where->{'squaa::Wowo'} || 'huh???'), '/other_test_lib/' );
print "# OK, bye from ", __FILE__, "\n";
diff --git a/lib/Pod/Simple/t/search_26_glob_kleene_k.t b/lib/Pod/Simple/t/search_26_glob_kleene_k.t
index 278edade4e..800302c215 100644
--- a/lib/Pod/Simple/t/search_26_glob_kleene_k.t
+++ b/lib/Pod/Simple/t/search_26_glob_kleene_k.t
@@ -43,17 +43,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";
@@ -80,12 +80,12 @@ print $p;
{
my $names = join "|", sort keys %$name2where;
-ok $names, "Zonk::Pronk|perlzuk|squaa::Glunk|zikzik";
+ok $names, "Zonk::Pronk|hink_honk::Glunk|perlzuk|squaa::Glunk|zikzik";
}
{
my $names = join "|", sort values %$where2name;
-ok $names, "Zonk::Pronk|perlzuk|squaa::Glunk|zikzik";
+ok $names, "Zonk::Pronk|hink_honk::Glunk|hink_honk::Glunk|perlzuk|squaa::Glunk|zikzik";
}
print "# OK, bye from ", __FILE__, "\n";
diff --git a/lib/Pod/Simple/t/search_27_glob_squaa_kleene.t b/lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
index ea9f6340e7..d9d045801a 100644
--- a/lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
+++ b/lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
@@ -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";
@@ -97,9 +97,9 @@ thar 'squaa::Vliff';
ok $name2where->{'squaa'}; # because squaa.pm IS squaa*
-ok( ($name2where->{'squaa::Vliff'} || 'huh???'), '/[^\^]test\^lib/' );
+ok( ($name2where->{'squaa::Vliff'} || 'huh???'), '/[^\^]test_lib/' );
-ok( ($name2where->{'squaa::Wowo'} || 'huh???'), '/other\^test\^lib/' );
+ok( ($name2where->{'squaa::Wowo'} || 'huh???'), '/other_test_lib/' );
print "# OK, bye from ", __FILE__, "\n";
diff --git a/lib/Pod/Simple/t/search_28_glob_z_kleene_k.t b/lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
index 5e74a8a61f..a9414af70a 100644
--- a/lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
+++ b/lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
@@ -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";
diff --git a/lib/Pod/Simple/t/search_29_glob_z_qmark_k.t b/lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
index 023b1905dc..9f3c2f5abd 100644
--- a/lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
+++ b/lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
@@ -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";
diff --git a/lib/Pod/Simple/t/test^lib/Blorm.pm b/lib/Pod/Simple/t/test_lib/Blorm.pm
index 13499fadc9..13499fadc9 100644
--- a/lib/Pod/Simple/t/test^lib/Blorm.pm
+++ b/lib/Pod/Simple/t/test_lib/Blorm.pm
diff --git a/lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt b/lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
index 656827cf74..656827cf74 100644
--- a/lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
+++ b/lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
diff --git a/lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm b/lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
index 559af82920..559af82920 100644
--- a/lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
+++ b/lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
diff --git a/lib/Pod/Simple/t/test^lib/Zonk/Veng.pm b/lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
index 078119534d..078119534d 100644
--- a/lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
+++ b/lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
diff --git a/lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod b/lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
index 98e7624a71..98e7624a71 100644
--- a/lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
+++ b/lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
diff --git a/lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm b/lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
index 93d1b411f2..93d1b411f2 100644
--- a/lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
+++ b/lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
diff --git a/lib/Pod/Simple/t/test^lib/hink^honk/readme.txt b/lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
index 96ae070ee8..96ae070ee8 100644
--- a/lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
+++ b/lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
diff --git a/lib/Pod/Simple/t/test^lib/pod/perlfliff.pod b/lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
index 63ae3da342..63ae3da342 100644
--- a/lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
+++ b/lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
diff --git a/lib/Pod/Simple/t/test^lib/pod/perlthang.pod b/lib/Pod/Simple/t/test_lib/pod/perlthang.pod
index 63ae3da342..63ae3da342 100644
--- a/lib/Pod/Simple/t/test^lib/pod/perlthang.pod
+++ b/lib/Pod/Simple/t/test_lib/pod/perlthang.pod
diff --git a/lib/Pod/Simple/t/test^lib/squaa.pm b/lib/Pod/Simple/t/test_lib/squaa.pm
index 43228fd174..43228fd174 100644
--- a/lib/Pod/Simple/t/test^lib/squaa.pm
+++ b/lib/Pod/Simple/t/test_lib/squaa.pm
diff --git a/lib/Pod/Simple/t/test^lib/squaa/Glunk.pod b/lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
index 98e7624a71..98e7624a71 100644
--- a/lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
+++ b/lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
diff --git a/lib/Pod/Simple/t/test^lib/squaa/Vliff.pm b/lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
index 93d1b411f2..93d1b411f2 100644
--- a/lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
+++ b/lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
diff --git a/lib/Pod/Simple/t/test^lib/zikzik.pod b/lib/Pod/Simple/t/test_lib/zikzik.pod
index 50f86dec6a..50f86dec6a 100644
--- a/lib/Pod/Simple/t/test^lib/zikzik.pod
+++ b/lib/Pod/Simple/t/test_lib/zikzik.pod
diff --git a/lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm b/lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
index 93d1b411f2..93d1b411f2 100644
--- a/lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
+++ b/lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm