From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011121314 # $Id: /local/Mango/trunk/t/lib/Mango/Test/Schema.pm 150 2007-04-14T02:57:04.324056Z claco $package Mango::Test::Schema;use strict;use warnings;BEGIN { use base qw/Mango::Schema/;};sub dsn { return shift->storage->connect_info->[0];};1;
# $Id: /local/Mango/trunk/t/lib/Mango/Test/Schema.pm 150 2007-04-14T02:57:04.324056Z claco $
package
Mango::Test::Schema;
use
strict;
warnings;
BEGIN {
base
qw/Mango::Schema/
;
};
sub
dsn {
return
shift
->storage->connect_info->[0];
1;