view _test/Web.t @ 254:fb52014f6931

updated web-session creation
author sergey
date Thu, 06 Dec 2012 19:58:42 +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
) );