Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
lib64
/
perl5
/
vendor_perl
/
Cairo
/
GObject
/
Install
Upload
3 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Files.pm
963 B
-rw-r--r--
2020-01-09 02:00:47
Edit
Del
Editing: Files.pm
(963 B)
Path: /usr/lib64/perl5/vendor_perl/Cairo/GObject/Install/Files.pm
Back
package Cairo::GObject::Install::Files; $self = { 'deps' => [ 'Cairo', 'Glib' ], 'inc' => '-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid ', 'libs' => '-lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 ', 'typemaps' => [] }; @deps = @{ $self->{deps} }; @typemaps = @{ $self->{typemaps} }; $libs = $self->{libs}; $inc = $self->{inc}; $CORE = undef; foreach (@INC) { if ( -f $_ . "/Cairo/GObject/Install/Files.pm") { $CORE = $_ . "/Cairo/GObject/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;