summaryrefslogtreecommitdiff
path: root/cpan/Pod-Parser/t/pod/testpchk.pl
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Pod-Parser/t/pod/testpchk.pl')
-rw-r--r--cpan/Pod-Parser/t/pod/testpchk.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpan/Pod-Parser/t/pod/testpchk.pl b/cpan/Pod-Parser/t/pod/testpchk.pl
index 8aa10b94f8..aeb0be333d 100644
--- a/cpan/Pod-Parser/t/pod/testpchk.pl
+++ b/cpan/Pod-Parser/t/pod/testpchk.pl
@@ -23,6 +23,7 @@ use Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(&testpodchecker);
+@EXPORT_OK = qw(&testpodcheck);
$MYPKG = eval { (caller)[0] };
sub stripname( $ ) {
@@ -49,7 +50,7 @@ sub testpodcheck( @ ) {
my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
my $different = '';
- my $testname = basename $cmpfile, '.t', '.xr';
+ my $testname = basename $infile, '.t', '.xr';
unless (-e $cmpfile) {
my $msg = "*** Can't find comparison file $cmpfile for testing $infile";