Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 4a51598f20c87fa22586194db977dccc > files > 20

perl-lib-abs-0.930.0-9.mga7.noarch.rpm

#!/usr/bin/perl

# This script can be run from anywhere, disrespecting cwd,
# and always will found Module-No1/lib and Module-No2/lib

use lib::abs '*/lib';
use Module::No1;
use Module::No2;