File: test-eol.t

package info (click to toggle)
libnet-rendezvous-publish-backend-avahi-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 176 kB
  • ctags: 5
  • sloc: perl: 200; makefile: 2
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 });