Dancer2-Plugin-PageHistory
view release on metacpan or search on metacpan
t/session-json.t view on Meta::CPAN
use strict;
use warnings;
use Test::Fatal;
use Test::More;
use lib 't/lib';
BEGIN {
eval 'use Dancer2::Session::JSON';
plan skip_all => "Dancer2::Session::JSON required to run these tests" if $@;
}
diag "Dancer2::Session::JSON $Dancer2::Session::JSON::VERSION";
use Tests;
Tests::run_tests( { session => 'JSON' } );
done_testing;
( run in 1.560 second using v1.01-cache-2.11-cpan-54e63673c56 )