summaryrefslogtreecommitdiff
path: root/lib/Net/t
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2001-10-26 13:11:00 +0000
committerGraham Barr <gbarr@pobox.com>2001-10-26 13:11:00 +0000
commit302c2e6b3178d72ea1114a76af5852e6680bacc8 (patch)
tree2fb3cf8fbf47ae55b4e6d7cd6e869f7d4f102bea /lib/Net/t
parentdf3728a2a53a64c63edf08a4429a7a57b76ca4aa (diff)
downloadperl-302c2e6b3178d72ea1114a76af5852e6680bacc8.tar.gz
Sync libnet modules with what will be libnet-1.08
p4raw-id: //depot/perl@12679
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;