File: 10-use-self.t

package info (click to toggle)
libtest-eol-perl 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 208 kB
  • ctags: 111
  • sloc: perl: 1,322; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# 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 });