source:
vbox/trunk/src/libs/openssl-1.1.1k/external/perl/Text-Template-1.46/t/00-version.t@
91054
Last change on this file since 91054 was 90293, checked in by , 4 years ago | |
---|---|
File size: 149 bytes |
Line | |
---|---|
1 | #!perl |
2 | |
3 | use Text::Template; |
4 | print "1..1\n"; |
5 | |
6 | if ($Text::Template::VERSION == 1.46) { |
7 | print "ok 1\n"; |
8 | } else { |
9 | print "not ok 1\n"; |
10 | } |
11 |
Note:
See TracBrowser
for help on using the repository browser.