File: eol.t

package info (click to toggle)
liblocal-lib-perl 2.000024-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 348 kB
  • sloc: perl: 1,134; makefile: 13
file content (6 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
use strict;
use warnings;
use Test::More ($ENV{RELEASE_TESTING} ? () : (skip_all => 'release testing only'));

use Test::EOL;
all_perl_files_ok({ trailing_whitespace => 1 });