summaryrefslogtreecommitdiff
path: root/ext/Pod-Html/t/eol.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Pod-Html/t/eol.t')
-rw-r--r--ext/Pod-Html/t/eol.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/Pod-Html/t/eol.t b/ext/Pod-Html/t/eol.t
index a159fb7551..ba04def1af 100644
--- a/ext/Pod-Html/t/eol.t
+++ b/ext/Pod-Html/t/eol.t
@@ -1,5 +1,6 @@
#!./perl -w
+use Pod::Html;
use Test::More tests => 3;
my $podfile = "$$.pod";
@@ -34,8 +35,6 @@ crlf crlf crlf crlf crlf crlf crlf crlf crlf crlf crlf crlf crlf crlf crlf
__EOF__
close $pod or die $!;
-use Pod::Html;
-
my $i = 0;
foreach my $eol ("\r", "\n", "\r\n") {
open $pod, '<', $podfile or die "$podfile: $!";