repo.or.cz
/
sepia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adjusted for simplified interface
[sepia.git]
/
test.pl
blob
c64569391a0802dc71b5a28542e7c5e8258e7a11
1
#!/usr/bin/env perl -w
2
use
strict
;
3
use
Test
;
4
BEGIN
{
plan tests
=>
1
}
5
6
ok
(
1
);
7
exit
;