[ Avaa Bypassed ]




Upload:

Command:

www-data@3.148.239.85: ~ $
package Glib::Install::Files;

$self = {
          'deps' => [],
          'inc' => ' -I. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include',
          'libs' => '-lgobject-2.0 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0',
          'typemaps' => [
                          'typemap'
                        ]
        };

@deps = @{ $self->{deps} };
@typemaps = @{ $self->{typemaps} };
$libs = $self->{libs};
$inc = $self->{inc};

	$CORE = undef;
	foreach (@INC) {
		if ( -f $_ . "/Glib/Install/Files.pm") {
			$CORE = $_ . "/Glib/Install/";
			last;
		}
	}

	sub deps { @{ $self->{deps} }; }

	sub Inline {
		my ($class, $lang) = @_;
		if ($lang ne 'C') {
			warn "Warning: Inline hints not available for $lang language
";
			return;
		}
		+{ map { (uc($_) => $self->{$_}) } qw(inc libs typemaps) };
	}

1;

Filemanager

Name Type Size Permission Actions
Files.pm File 907 B 0644
doctypes File 786 B 0644
gperl.h File 16.46 KB 0644
gperl_marshal.h File 7.18 KB 0644
typemap File 6.88 KB 0644