1 2 3 4 5 6 7 8 9 10
#!./perl BEGIN { chdir 't' if -d 't'; push @INC, '../lib'; } use Test::More tests => 1; use_ok( 'less' );