File: foo.pl

package info (click to toggle)
libperl-prereqscanner-perl 1.100-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: perl: 1,235; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
use strict;
use warnings;
use File::Spec ();
use IO::File 1.08 ();

1;