summaryrefslogtreecommitdiff
path: root/lib/less.t
blob: c801a1bda6db06ed38caf41f4857cb195992792d (plain)
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' );