App-BlurFill
view release on metacpan or search on metacpan
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;
# Test GET / route
( run in 0.694 second using v1.01-cache-2.11-cpan-f56aa216473 )