source:
vbox/trunk/src/libs/openssl-3.0.1/external/perl/Text-Template-1.46/t/00-version.t@
94081
最後變更 在這個檔案從94081是 91772,由 提交於 3 年 前 | |
---|---|
檔案大小: 149 位元組 |
行 | |
---|---|
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 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器