view _test/Web.t @ 55:609b59c9f03c

Web application rewrote prop_list implementation to support IMPL::Object::List
author wizard
date Wed, 03 Mar 2010 17:40:18 +0300
parents 16ada169ca75
children b0c068da93ac
line wrap: on
line source

#!/usr/bin/perl -w
use strict;
use lib '../Lib';
use lib '.';

use IMPL::Test::Plan;
use IMPL::Test::TAPListener;

my $plan = new IMPL::Test::Plan qw(
    Test::Web::TDocument
);

$plan->AddListener(new IMPL::Test::TAPListener);
$plan->Prepare();
$plan->Run();