Mercurial > pub > Impl
view _test/Web.t @ 251:9f394b27dccf
require can handle recursive module references
author | sergey |
---|---|
date | Fri, 16 Nov 2012 16:44:16 +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 ) );