Apache-ASP

 view release on metacpan or  search on metacpan

t/stat_inc.t  view on Meta::CPAN

use Apache::ASP::CGI;

# only run test if Devel::Symdump is installed
eval "use Devel::Symdump;";
my $stat_inc = $@ ? 0 : 1;

&Apache::ASP::CGI::do_self(StatINC => $stat_inc);

__END__

<% use lib '.';	use T;	$t =T->new(); %>
<% 
  return unless $Server->Config('StatINC');
  $t->eok($Apache::ASP::StatINCReady, 'Apache::ASP StatINC Startup'); 
%>
<% $t->done; %>



( run in 0.951 second using v1.01-cache-2.11-cpan-39bf76dae61 )