File: use-findbin.pl

package info (click to toggle)
libmodule-scandeps-perl 1.31-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 792 kB
  • sloc: perl: 2,953; 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;