package B::Hooks::OP::Check::Install::Files; $self = { 'inc' => '', 'typemaps' => [], 'deps' => [], 'libs' => '' }; # this is for backwards compatiblity @deps = @{ $self->{deps} }; @typemaps = @{ $self->{typemaps} }; $libs = $self->{libs}; $inc = $self->{inc}; $CORE = undef; foreach (@INC) { if ( -f $_ . "/B/Hooks/OP/Check/Install/Files.pm") { $CORE = $_ . "/B/Hooks/OP/Check/Install/"; last; } } 1; x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586