repo.or.cz
/
scriptdist.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* initial
[scriptdist.git]
/
t
/
prereq.t
blob
92ba7d26e63360d037a934832c97f05c481801c8
1
# $Id: prereq.t,v 1.2 2004/02/11 01:16:37 comdog Exp $
2
use Test::More;
3
eval "use Test::Prereq 0.51";
4
plan skip_all => "Test::Prereq 0.51 required to test dependencies" if $@;
5
prereq_ok();