This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Raw, uncorrected synch of Pod-Simple-3.45
[perl5.git] / cpan / Pod-Simple / t / JustPod01.t
index c74b337..83670d3 100644 (file)
@@ -1,16 +1,10 @@
-#! user/bin/perl -w
-
 # t/JustPod01.t - check basics of Pod::Simple::JustPod
 
-BEGIN {
-  chdir 't' if -d 't';
-}
-
 use strict;
-use lib '../lib';
+use warnings;
+
 use Test::More tests => 2;
 
-use warnings;
 use utf8;
 
 use_ok('Pod::Simple::JustPod') or exit;