view _test/Web.t @ 211:2b9b55cfb79b

Completed IMPL::Web::AutoLocator, added tests
author cin
date Tue, 05 Jun 2012 07:45:21 +0400
parents 029c9610528c
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
) );