00-version.t 149 B

1234567891011
  1. #!perl
  2. use Text::Template;
  3. print "1..1\n";
  4. if ($Text::Template::VERSION == 1.46) {
  5. print "ok 1\n";
  6. } else {
  7. print "not ok 1\n";
  8. }