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

# $Id: /local/Mango/trunk/t/lib/Mango/Test/Schema.pm 150 2007-04-14T02:57:04.324056Z claco $
use strict;
BEGIN {
};
sub dsn {
return shift->storage->connect_info->[0];
};
1;