File: eol.t

package info (click to toggle)
libcatalyst-plugin-authentication-perl 0.10023-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 608 kB
  • sloc: perl: 3,672; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env perl

use Test::More;
eval {require Test::EOL; };

if ($@) {
    plan skip_all => 'Need Test::EOL installed for line ending tests';
    exit 0;
}
Test::EOL->import;
all_perl_files_ok();