This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Update Pod::Simple from 3.43 to 3.45"
[perl5.git] / cpan / Pod-Simple / t / eol2.t
index 2a6adac..5d2f52d 100644 (file)
@@ -1,7 +1,14 @@
+#!/usr/bin/perl
+
 # t/eol2.t - check handling of \r, \n, and \r\n as line separators (again)
 
-use strict;
+BEGIN {
+    chdir 't' if -d 't';
+}
+
 use warnings;
+use strict;
+use lib '../lib';
 use Test::More tests => 7;
 
 use_ok('Pod::Simple::XHTML') or exit;