Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
t /
Delete
Unzip
Name
Size
Permission
Date
Action
base
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
benchmark
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
bigmem
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
cmd
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
comp
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
io
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
japh
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
lib
[ DIR ]
drwxr-xr-x
2016-10-10 18:53
mro
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
op
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
opbasic
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
porting
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
re
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
run
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
test_pl
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
uni
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
win32
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
x2p
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
README
1.44
KB
-r--r--r--
2014-12-27 11:49
TEST
24.34
KB
-r-xr-xr-x
2014-12-27 11:49
harness
6.12
KB
-r--r--r--
2014-12-27 11:49
loc_tools.pl
10.37
KB
-r--r--r--
2014-12-27 11:49
perl
1.63
MB
-rwxr-xr-x
2016-10-10 19:19
perl.supp
537
B
-r--r--r--
2014-12-27 11:49
rantests
10
B
-rw-r--r--
2016-10-10 19:00
test.pl
47.84
KB
-r--r--r--
2014-12-27 11:49
thread_it.pl
1.5
KB
-r--r--r--
2014-12-27 11:49
Save
Rename
This is the perl test library. To run the test suite, just type './TEST' or 'make test' from the build directory above t/. See also the section "Special Make Test Targets" in pod/perlhack.pod to learn about other specific test commands. To add new tests, just look at the current tests and do likewise. The library t/test.pl provides some utility functions that you can use in most tests, except in the most basic ones. If a test fails, run it by itself to see if it prints any informative diagnostics. If not, modify the test to print informative diagnostics. If you put out extra lines with a '#' character on the front, you don't have to worry about removing the extra print statements later since TEST ignores lines beginning with '#'. If you know that Perl is basically working but expect that some tests will fail, you may want to use Test::Harness thusly: cd t ./perl harness This method pinpoints failed tests automatically. If you come up with new tests, please send them to perlbug@perl.org. Tests in the t/base/ directory ought to be runnable with plain miniperl. That is, they should not require Config.pm nor should they require any extensions to have been built. TEST will abort if any tests in the t/base/ directory fail. Tests in the t/comp/, t/cmd/, t/run/, t/io/, t/op/ and t/uni/ directories should also be runnable by miniperl and not require Config.pm, but failures to comply will not cause TEST to abort like for t/base/.