Mercurial > pub > Impl
view _test/Web.t @ 184:7525ea9a071a
IMPL::Web::View::TTLoader tests
author | sergey |
---|---|
date | Thu, 29 Mar 2012 01:54:20 +0400 |
parents | 2184fa28b49e |
children | ae8072f2f2a3 |
line wrap: on
line source
#!/usr/bin/perl -w use strict; use lib '../Lib'; use lib '.'; use IMPL::Test qw(run_plan); run_plan( qw( Test::Web::TT Test::Web::View ) );