in reply to
Question on Moose and Mapping Objects to Stored Procedures
It seems SQL::Abstract
doesn't implement stored procedures
but maybe you can subclass it and implement them and then write an ORM using the subclassed SQL::Abstract.
Comment on
Re: Question on Moose and Mapping Objects to Stored Procedures
In Section
Seekers of Perl Wisdom