NAME
MooseX::TheSchwartz - TheSchwartz based on Moose!
SYNOPSIS
use MooseX::TheSchwartz;
my $client = MooseX::TheSchwartz->new();
$client->databases([$dbh]);
# rest are the same as TheSchwartz
DESCRIPTION
Read TheSchwartz for more details for now. more documents will be added later.
AUTHOR
Fayland Lam, <fayland at gmail.com>
COPYRIGHT & LICENSE
Copyright 2008 Fayland Lam, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.