File: mytest.pl

package info (click to toggle)
liblib-abs-perl 0.92-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 372 kB
  • sloc: perl: 4,362; makefile: 17
file content (8 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/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;