VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.1/external/perl/Text-Template-1.46/t/00-version.t@ 94081

Last change on this file since 94081 was 91772, checked in by vboxsync, 4 years ago

openssl-1.1.1l: Applied and adjusted our OpenSSL changes to 1.1.1l. bugref:10126

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.

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