The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

# $Id: /local/Mango/trunk/t/lib/Mango/Test/Catalyst/Session.pm 292 2007-05-23T12:43:58.197522Z CLaco $
use strict;
sub new {
my $class = shift;
bless shift || {}, $class;
};
1;