CGI-Application-Gallery
view release on metacpan or search on metacpan
# if we are not interactive, next test fails because CGI_APP_RETURN_ONLY cannot stop
# the thumbnail runmode fromstreaming..
# see test # 1 instead
exit;
__END__
print STDERR "\n=================================================\nPART3 THUMB \n\n\n";
my $e = CGI::Application::Gallery->new(
PARAMS => { abs_document_root => cwd().'/t/public_html/gallery'});
ok($e,'instanced');
$CGI::Application::Gallery::DEBUG = 1;
t/1_with_thumbnail_rm_interactive_only.pl view on Meta::CPAN
$ENV{DOCUMENT_ROOT} = cwd().'/t/public_html';
$ENV{CGI_APP_RETURN_ONLY} = 1;
# if we are not interactive, next test fails because CGI_APP_RETURN_ONLY cannot stop
# the thumbnail runmode fromstreaming..
print STDERR "\n=================================================\nPART3 THUMB \n\n\n";
my $e = CGI::Application::Gallery->new(
PARAMS => { abs_document_root => cwd().'/t/public_html/gallery'});
ok($e,'instanced');
$CGI::Application::Gallery::DEBUG = 1;
# try thumbnail
( run in 0.375 second using v1.01-cache-2.11-cpan-4d50c553e7e )