summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-17 18:36:46 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-17 18:36:46 +0000
commit60ae9980475f29c29ae9ac6ffd1bd5cae26f62c0 (patch)
tree22f929c220c8dfc0afaa1e141c6a4d5328f489de /t
parentd040947cbcc05dc77a3fb7687b818f11e5208645 (diff)
downloadperl-60ae9980475f29c29ae9ac6ffd1bd5cae26f62c0.tar.gz
remove FileHandle from list of PodParser dependencies (the
difference is 20 files vs 6 files loaded!) p4raw-id: //depot/perl@4400
Diffstat (limited to 't')
-rw-r--r--t/pod/testcmp.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/pod/testcmp.pl b/t/pod/testcmp.pl
index d61bbff3a2..5f6217192c 100644
--- a/t/pod/testcmp.pl
+++ b/t/pod/testcmp.pl
@@ -7,6 +7,7 @@ use Carp;
use Exporter;
use File::Basename;
use File::Spec;
+use FileHandle;
@ISA = qw(Exporter);
@EXPORT = qw(&testcmp);