diff options
Diffstat (limited to 'gnu/usr.bin/perl/ext/Pod-Html/t/feature.t')
-rw-r--r-- | gnu/usr.bin/perl/ext/Pod-Html/t/feature.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/ext/Pod-Html/t/feature.t b/gnu/usr.bin/perl/ext/Pod-Html/t/feature.t index 94354c75f91..313928117fa 100644 --- a/gnu/usr.bin/perl/ext/Pod-Html/t/feature.t +++ b/gnu/usr.bin/perl/ext/Pod-Html/t/feature.t @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # -*- perl -*- BEGIN { - require "t/pod2html-lib.pl"; + require "./t/pod2html-lib.pl"; } use strict; |