File: 10-use-self.t

package info (click to toggle)
libtest-eol-perl 2.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 304 kB
  • sloc: perl: 341; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;

# Check that our own source is clean
use Test::EOL;
use Cwd;
use File::Spec;
all_perl_files_ok(File::Spec->catdir(cwd(), 'lib'), { trailing_whitespace => 1 });