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
commit475d79b5e99617ecaabd8d9765f5247b6d49652c (patch)
tree22f929c220c8dfc0afaa1e141c6a4d5328f489de /t
parente87397262fea23fa89ba85aa7fe9c848306450ab (diff)
downloadperl-475d79b5e99617ecaabd8d9765f5247b6d49652c.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);