view _test/Resources.t @ 45:1b1fb9d54f55

Starting web-application concept
author Sergey
date Fri, 29 Jan 2010 16:19:31 +0300
parents 818c74b038ae
children 16ada169ca75
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::Resources::Format
);

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