Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / i486-linux-gnu-thread-multi / B / Hooks / OP / Check / Install / Files.pm
1 package B::Hooks::OP::Check::Install::Files;
2
3 $self = {
4           'inc' => '',
5           'typemaps' => [],
6           'deps' => [],
7           'libs' => ''
8         };
9
10
11 # this is for backwards compatiblity
12 @deps = @{ $self->{deps} };
13 @typemaps = @{ $self->{typemaps} };
14 $libs = $self->{libs};
15 $inc = $self->{inc};
16
17         $CORE = undef;
18         foreach (@INC) {
19                 if ( -f $_ . "/B/Hooks/OP/Check/Install/Files.pm") {
20                         $CORE = $_ . "/B/Hooks/OP/Check/Install/";
21                         last;
22                 }
23         }
24
25 1;