File: use-findbin.pl

package info (click to toggle)
libmodule-scandeps-perl 1.30-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 580 kB
  • sloc: perl: 2,905; makefile: 8; ansic: 1
file content (10 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
use warnings;

use FindBin;
use lib "$FindBin::Bin/modules";

use Foo;