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

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