The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112 # $Id: /local/Mango/trunk/t/lib/Mango/Test/Catalyst/Session.pm 292 2007-05-23T12:43:58.197522Z CLaco $package Mango::Test::Catalyst::Session;use strict;use warnings;sub new { my $class = shift; bless shift || {}, $class;};1;
# $Id: /local/Mango/trunk/t/lib/Mango/Test/Catalyst/Session.pm 292 2007-05-23T12:43:58.197522Z CLaco $
package
Mango::Test::Catalyst::Session;
use
strict;
warnings;
sub
new {
my
$class
=
shift
;
bless
|| {},
};
1;