Mercurial > pub > Impl
view _test/Web.t @ 235:a4d9126edcbb
code cleaning
author | sergey |
---|---|
date | Fri, 12 Oct 2012 02:08:51 +0400 |
parents | 2b9b55cfb79b |
children | 0f59b2de72af |
line wrap: on
line source
#!/usr/bin/perl -w use strict; use lib '../Lib'; use lib '.'; use utf8; use IMPL::Profiler::Memory; use IMPL::Test qw(run_plan); run_plan( qw( Test::Web::TT Test::Web::View Test::Web::AutoLocator ) );