Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
lib64
/
perl5
/
vendor_perl
/
Glib
/
Object
/
Introspection
/
Install
Upload
3 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Files.pm
1 KB
-rw-r--r--
2020-01-09 02:17:56
Edit
Del
Editing: Files.pm
(1 KB)
Path: /usr/lib64/perl5/vendor_perl/Glib/Object/Introspection/Install/Files.pm
Back
package Glib::Object::Introspection::Install::Files; $self = { 'deps' => [ 'Glib' ], 'inc' => '-I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ', 'libs' => '-lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lffi ', 'typemaps' => [] }; @deps = @{ $self->{deps} }; @typemaps = @{ $self->{typemaps} }; $libs = $self->{libs}; $inc = $self->{inc}; $CORE = undef; foreach (@INC) { if ( -f $_ . "/Glib/Object/Introspection/Install/Files.pm") { $CORE = $_ . "/Glib/Object/Introspection/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;