File: test-eol.t

package info (click to toggle)
libx11-windowhierarchy-perl 0.004-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 275; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;
use Test::More;

# generated by Dist::Zilla::Plugin::Test::EOL 0.07
eval "use Test::EOL; 1;" or die $@;
# ^^ hack to get around prereqscanner detection, remove someday

all_perl_files_ok({ trailing_whitespace => 1 });