App-BlurFill

 view release on metacpan or  search on metacpan

t/02-web.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More;
use Plack::Test;
use HTTP::Request::Common;
use HTTP::Response;
use File::Basename;

use App::BlurFill::Web;
my $app = App::BlurFill::Web->to_app;

my $image = "t/test.jpg";
plan skip_all => "Test image $image not found" unless -e $image;

open my $fh, '<', $image or die "Can't read image: $!";



( run in 0.522 second using v1.01-cache-2.11-cpan-de7293f3b23 )