VirtualBox

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 vboxsync, 4 years ago

openssl-1.1.1k: Applied and adjusted our OpenSSL changes to 1.1.1k. bugref:10072

File size: 149 bytes
Line 
1#!perl
2
3use Text::Template;
4print "1..1\n";
5
6if ($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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette