The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl
use strict;
use Test::More;

plan skip_all => "Test::EOL required for testing line endings"
    unless eval "use Test::EOL; 1";

# run the selected tests
all_perl_files_ok();