UNPKG
tinycv
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Camera tiny control library
tinycv
/
third_party
/
openssl
/
external
/
perl
/
Text-Template-1.46
/
t
/
00-version.t
12 lines
(8 loc)
•
149 B
text/troff
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
#!perl
use
Text
::
Template
;
print
"1..1\n"
;
if
(
$Text
::
Template
::
VERSION
==
1.46
) {
print
"ok 1\n"
; }
else
{
print
"not ok 1\n"
; }