summaryrefslogtreecommitdiff
path: root/lib/Net/t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net/t')
-rw-r--r--lib/Net/t/ftp.t5
-rw-r--r--lib/Net/t/hostname.t6
-rw-r--r--lib/Net/t/nntp.t5
-rw-r--r--lib/Net/t/smtp.t5
4 files changed, 0 insertions, 21 deletions
diff --git a/lib/Net/t/ftp.t b/lib/Net/t/ftp.t
index ec323d0307..46304dbc22 100644
--- a/lib/Net/t/ftp.t
+++ b/lib/Net/t/ftp.t
@@ -1,10 +1,5 @@
#!./perl -w
-BEGIN {
- chdir 't' if -d 't';
- @INC = '../lib';
-}
-
use Net::Config;
use Net::FTP;
diff --git a/lib/Net/t/hostname.t b/lib/Net/t/hostname.t
index d743dd44ea..3e55ace019 100644
--- a/lib/Net/t/hostname.t
+++ b/lib/Net/t/hostname.t
@@ -1,9 +1,3 @@
-#!./perl -w
-
-BEGIN {
- chdir 't' if -d 't';
- @INC = '../lib';
-}
use Net::Domain qw(hostname domainname hostdomain);
use Net::Config;
diff --git a/lib/Net/t/nntp.t b/lib/Net/t/nntp.t
index e7a42c18c4..1afb588264 100644
--- a/lib/Net/t/nntp.t
+++ b/lib/Net/t/nntp.t
@@ -1,10 +1,5 @@
#!./perl -w
-BEGIN {
- chdir 't' if -d 't';
- @INC = '../lib';
-}
-
use Net::Config;
use Net::NNTP;
use Net::Cmd qw(CMD_REJECT);
diff --git a/lib/Net/t/smtp.t b/lib/Net/t/smtp.t
index c7c3862ab6..55607fe993 100644
--- a/lib/Net/t/smtp.t
+++ b/lib/Net/t/smtp.t
@@ -1,10 +1,5 @@
#!./perl -w
-BEGIN {
- chdir 't' if -d 't';
- @INC = '../lib';
-}
-
use Net::Config;
use Net::SMTP;