summaryrefslogtreecommitdiff
path: root/t/pod
diff options
context:
space:
mode:
authorRobin Houston <robin@cpan.org>2001-05-06 15:40:51 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-06 13:51:49 +0000
commit3827f17e1a3ba75532f089723508d3300b6b7744 (patch)
tree2395dcfe94abbf3694d9a3ff663c7ebd8b9423b5 /t/pod
parentce4e655dc29e27029ad1ce2f03223f9feef69025 (diff)
downloadperl-3827f17e1a3ba75532f089723508d3300b6b7744.tar.gz
Give deparse tester a chance
Message-ID: <20010506144051.A6279@penderel> p4raw-id: //depot/perl@10008
Diffstat (limited to 't/pod')
-rw-r--r--t/pod/testp2pt.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pod/testp2pt.pl b/t/pod/testp2pt.pl
index 8cfdbb9386..735350ff40 100644
--- a/t/pod/testp2pt.pl
+++ b/t/pod/testp2pt.pl
@@ -156,7 +156,7 @@ sub testpodplaintext( @ ) {
for $podfile (@testpods) {
($testname, $_) = fileparse($podfile);
$testdir ||= $_;
- $testname =~ s/\.t$//;
+ $testname =~ s/\..*$//;
$cmpfile = $testdir . $testname . '.xr';
$outfile = $testdir . $testname . '.OUT';