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

use strict;
use warnings;

local $| = 1;
use File::Spec;

#use FindBin qw { $Bin };
#
#my $bin_path = File::Spec->catfile ($Bin, qw{..}, 'bin');
#my $lib_path = File::Spec->catfile ($Bin, qw{..}, 'lib');
#
#all_perl_files_ok( $bin_path, $lib_path );

all_perl_files_ok( 'eg', 't', , 'xt', 'lib' );