view _test/Web.t @ 262:4ac39b9e2ca4

sync
author sergey
date Sat, 29 Dec 2012 03:22:15 +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
) );