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 /
XS-APItest /
Delete
Unzip
Name
Size
Permission
Date
Action
blib
[ DIR ]
drwxr-xr-x
2016-10-10 17:41
t
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
APItest.bs
0
B
-rw-r--r--
2016-10-10 17:41
APItest.c
248.75
KB
-rw-r--r--
2016-10-10 17:41
APItest.o
375.98
KB
-rw-r--r--
2016-10-10 17:41
APItest.pm
8.48
KB
-r--r--r--
2014-12-27 11:49
APItest.xs
108.84
KB
-r--r--r--
2014-12-27 11:49
Makefile
27.08
KB
-rw-r--r--
2016-10-10 17:41
Makefile.PL
1.64
KB
-r--r--r--
2014-12-27 11:49
XSUB-redefined-macros.c
6.79
KB
-rw-r--r--
2016-10-10 17:41
XSUB-redefined-macros.o
3.64
KB
-rw-r--r--
2016-10-10 17:41
XSUB-redefined-macros.xs
618
B
-r--r--r--
2014-12-27 11:49
XSUB-undef-XS_VERSION.c
6.18
KB
-rw-r--r--
2016-10-10 17:41
XSUB-undef-XS_VERSION.o
2.76
KB
-rw-r--r--
2016-10-10 17:41
XSUB-undef-XS_VERSION.xs
421
B
-r--r--r--
2014-12-27 11:48
const-c.inc
3.55
KB
-rw-r--r--
2016-10-10 17:41
const-xs.inc
7.37
KB
-rw-r--r--
2016-10-10 17:41
core.c
45
B
-r--r--r--
2014-12-27 11:48
core.o
2.24
KB
-rw-r--r--
2016-10-10 17:41
core_or_not.inc
849
B
-r--r--r--
2014-12-27 11:48
exception.c
663
B
-r--r--r--
2014-12-27 11:48
exception.o
2.55
KB
-rw-r--r--
2016-10-10 17:41
notcore.c
44
B
-r--r--r--
2014-12-27 11:48
notcore.o
2.26
KB
-rw-r--r--
2016-10-10 17:41
numeric.xs
353
B
-r--r--r--
2014-12-27 11:49
pm_to_blib
0
B
-rw-r--r--
2016-10-10 17:41
typemap
32
B
-r--r--r--
2014-12-27 11:48
Save
Rename
use 5.008; use ExtUtils::MakeMaker; use ExtUtils::Constant 0.11 'WriteConstants'; use Config; WriteMakefile( 'NAME' => 'XS::APItest', 'VERSION_FROM' => 'APItest.pm', # finds $VERSION 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 ABSTRACT_FROM => 'APItest.pm', # retrieve abstract from module AUTHOR => 'Tim Jenness <t.jenness@jach.hawaii.edu>, Christian Soeller <csoelle@mph.auckland.ac.nz>, Hugo van der Sanden <hv@crypt.compulink.co.uk>, Andrew Main (Zefram) <zefram@fysh.org>', 'C' => ['exception.c', 'core.c', 'notcore.c'], 'OBJECT' => '$(BASEEXT)$(OBJ_EXT) XSUB-undef-XS_VERSION$(OBJ_EXT) XSUB-redefined-macros$(OBJ_EXT) $(O_FILES)', realclean => {FILES => 'const-c.inc const-xs.inc'}, ($Config{gccversion} && $Config{d_attribute_deprecated} ? (CCFLAGS => $Config{ccflags} . ' -Wno-deprecated-declarations') : ()), depend => { 'core.o' => 'core_or_not.inc', 'notcore.o' => 'core_or_not.inc' }, ); my @names = (qw(HV_DELETE HV_DISABLE_UVAR_XKEY HV_FETCH_ISSTORE HV_FETCH_ISEXISTS HV_FETCH_LVALUE HV_FETCH_JUST_SV G_SCALAR G_ARRAY G_VOID G_DISCARD G_EVAL G_NOARGS G_KEEPERR G_NODEBUG G_METHOD G_FAKINGEVAL IS_NUMBER_IN_UV IS_NUMBER_GREATER_THAN_UV_MAX IS_NUMBER_NOT_INT IS_NUMBER_NEG IS_NUMBER_INFINITY IS_NUMBER_NAN ), {name=>"G_WANT", default=>["IV", "G_ARRAY|G_VOID"]}); open my $fh, '../../overload.h' or die "Can't open ../../overload.h: $!"; while (<$fh>) { push @names, {name => $1, macro => 1} if /^\s+([A-Za-z_0-9]+_amg),/; } WriteConstants( PROXYSUBS => 1, NAME => 'XS::APItest', NAMES => \@names, ); sub MY::install { "install ::\n" };