From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

# $Id$
use strict;
my $t = CGI::Session::Test::Default->new(
args=>{Directory=>File::Spec->catdir('t', 'sessiondata')});
plan tests => $t->number_of_tests;
$t->run();