CGI-Application-Plugin-Output-XSV
view release on metacpan or search on metacpan
t/05a_xsv_report_web.t view on Meta::CPAN
#!/usr/bin/perl
use strict;
use warnings;
use Test::More tests => 17;
#use Test::Differences;
use lib './t';
use XSVTest;
$ENV{CGI_APP_RETURN_ONLY}= 1;
my $app= XSVTest->new;
ok( my $report= $app->run, 'app runs OK' );
( run in 1.641 second using v1.01-cache-2.11-cpan-6aa56a78535 )