projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
extra code in pp_concat, Take 2
[p5sagit/p5-mst-13.2.git]
/
lib
/
less.t
1
#!./perl
2
3
BEGIN {
4
chdir 't' if -d 't';
5
push @INC, '../lib';
6
}
7
8
use Test::More tests => 1;
9
10
use_ok( 'less' );