Mercurial > pub > Impl
view _test/Web.t @ 224:e6c050db7d98
resources schema update
author | sergey |
---|---|
date | Wed, 29 Aug 2012 17:28:13 +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 ) );