The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Class::ServiceProxy - Service proxy class for DBIx::Class::Service

VERSION

version 0.02

SYNOPSIS

This module is base class of internal classes by the concreate service classes. It is generated by automatically.

METHODS

DBIx::Class::Service service_class()

It will be returned class name inherited from DBIx::Class::Service.

DBIx::Class::Schema schema()

It will be returned object inherited from DBIx::Class::Schema.

SEE ALSO

DBIx::Class::Service
DBIx::Class::ServiceManager

AUTHOR

Toru Yamaguchi, <zigorou@cpan.org>

BUGS

Please report any bugs or feature requests to bug-dbix-class-serviceproxy@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Copyright 2008 Toru Yamaguchi, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.