Dancer2-Plugin-PageHistory

 view release on metacpan or  search on metacpan

t/session-yaml.t  view on Meta::CPAN

use strict;
use warnings;

use Test::Fatal;
use Test::More;
use lib 't/lib';

BEGIN {
    eval 'use Dancer2::Session::YAML';
    plan skip_all => "Dancer2::Session::YAML required to run these tests" if $@;
}

diag "Dancer2::Session::YAML $Dancer2::Session::YAML::VERSION";

use Tests;

Tests::run_tests( { session => 'YAML' } );

done_testing;



( run in 0.804 second using v1.01-cache-2.11-cpan-54e63673c56 )