Renaming of some of Pod::Simple's test files to make it more 8.3
Steve Peters [Tue, 13 Dec 2005 12:17:57 +0000 (12:17 +0000)]
friendly.

p4raw-id: //depot/perl@26341

12 files changed:
MANIFEST
lib/Pod/Simple/t/junk1.pod [moved from lib/Pod/Simple/t/test_junk1.pod with 100% similarity]
lib/Pod/Simple/t/junk1_out.txt [moved from lib/Pod/Simple/t/test_junk1_out.txt with 100% similarity]
lib/Pod/Simple/t/junk2.pod [moved from lib/Pod/Simple/t/test_junk2.pod with 100% similarity]
lib/Pod/Simple/t/junk2_out.txt [moved from lib/Pod/Simple/t/test_junk2_out.txt with 100% similarity]
lib/Pod/Simple/t/perlcyg.pod [moved from lib/Pod/Simple/t/test_old_perlcygwin.pod with 100% similarity]
lib/Pod/Simple/t/perlcyg_out.txt [moved from lib/Pod/Simple/t/test_old_perlcygwin_out.txt with 100% similarity]
lib/Pod/Simple/t/perlfaq3.pod [moved from lib/Pod/Simple/t/test_old_perlfaq3.pod with 100% similarity]
lib/Pod/Simple/t/perlfaq3_out.txt [moved from lib/Pod/Simple/t/test_old_perlfaq3_out.txt with 100% similarity]
lib/Pod/Simple/t/perlvar.pod [moved from lib/Pod/Simple/t/test_old_perlvar.pod with 100% similarity]
lib/Pod/Simple/t/perlvar_out.txt [moved from lib/Pod/Simple/t/test_old_perlvar_out.txt with 100% similarity]
lib/Pod/Simple/t/render.t

index 3e0354a..5ce2848 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -2048,10 +2048,10 @@ lib/Pod/Simple/t/search_28_glob_z_kleene_k.t    Pod::Simple test file
 lib/Pod/Simple/t/search_29_glob_z_qmark_k.t    Pod::Simple test file
 lib/Pod/Simple/t/search_50survey_inc.t Pod::Simple test file
 lib/Pod/Simple/t/stree.t               Pod::Simple test file
-lib/Pod/Simple/t/test_junk1_out.txt    Pod::Simple test file
-lib/Pod/Simple/t/test_junk1.pod                Pod::Simple test file
-lib/Pod/Simple/t/test_junk2_out.txt    Pod::Simple test file
-lib/Pod/Simple/t/test_junk2.pod                Pod::Simple test file
+lib/Pod/Simple/t/junk1_out.txt Pod::Simple test file
+lib/Pod/Simple/t/junk1.pod     Pod::Simple test file
+lib/Pod/Simple/t/junk2_out.txt Pod::Simple test file
+lib/Pod/Simple/t/junk2.pod     Pod::Simple test file
 lib/Pod/Simple/t/test_lib/Blorm.pm             Pod::Simple test file
 lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod  Pod::Simple test file
 lib/Pod/Simple/t/test_lib/hink_honk/readme.txt Pod::Simple test file
@@ -2065,12 +2065,12 @@ lib/Pod/Simple/t/test_lib/zikzik.pod            Pod::Simple test file
 lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt      Pod::Simple test file
 lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm                Pod::Simple test file
 lib/Pod/Simple/t/test_lib/Zonk/Veng.pm         Pod::Simple test file
-lib/Pod/Simple/t/test_old_perlcygwin_out.txt   Pod::Simple test file
-lib/Pod/Simple/t/test_old_perlcygwin.pod       Pod::Simple test file
-lib/Pod/Simple/t/test_old_perlfaq3_out.txt     Pod::Simple test file
-lib/Pod/Simple/t/test_old_perlfaq3.pod Pod::Simple test file
-lib/Pod/Simple/t/test_old_perlvar_out.txt      Pod::Simple test file
-lib/Pod/Simple/t/test_old_perlvar.pod  Pod::Simple test file
+lib/Pod/Simple/t/perlcyg_out.txt       Pod::Simple test file
+lib/Pod/Simple/t/perlcyg.pod   Pod::Simple test file
+lib/Pod/Simple/t/perlfaq3_out.txt      Pod::Simple test file
+lib/Pod/Simple/t/perlfaq3.pod  Pod::Simple test file
+lib/Pod/Simple/t/perlvar_out.txt       Pod::Simple test file
+lib/Pod/Simple/t/perlvar.pod   Pod::Simple test file
 lib/Pod/Simple/t/verbatim_formatted.t  Pod::Simple test file
 lib/Pod/Simple/t/verbatims.t           Pod::Simple test file
 lib/Pod/Simple/t/x_nixer.t             Pod::Simple test file
index cea0816..81ba12e 100644 (file)
@@ -35,11 +35,11 @@ sub source_path {
 my $outfile = '10000';
 
 foreach my $file (
-  "test_junk1.pod",
-  "test_junk2.pod",
-  "test_old_perlcygwin.pod",
-  "test_old_perlfaq3.pod",
-  "test_old_perlvar.pod",
+  "junk1.pod",
+  "junk2.pod",
+  "perlcyg.pod",
+  "perlfaq3.pod",
+  "perlvar.pod",
 ) {
 
   unless(-e source_path($file)) {