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 12