File: 02_version.t

package info (click to toggle)
libhtml-template-compiled-perl 0.97-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 756 kB
  • sloc: perl: 4,504; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl HTML-Template-Compiled.t'
# $Id: 02_version.t 54 2005-09-19 20:59:43Z tinita $

use Test::More tests => 2;
BEGIN { use_ok('HTML::Template::Compiled') };

ok(HTML::Template::Compiled->__test_version, "version ok");