source: vendor/perl/5.8.8/lib/less.t

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 118 bytes
Line 
1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
5 push @INC, '../lib';
6}
7
8use Test::More tests => 1;
9
10use_ok( 'less' );
Note: See TracBrowser for help on using the repository browser.