NAME
Yancy::Backend::MojoDB - Abstract base class for drivers based on Mojo DB drivers
VERSION
version 1.080
SYNOPSIS
package Yancy::Backend::RDBMS;
use Mojo::Base 'Yancy::Backend::MojoDB';
DESCRIPTION
This is an abstract base class for the Mojo database drivers:
SEE ALSO
Yancy::Backend::Role::DBI, Yancy::Backend
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 328:
=over should be: '=over' or '=over positive_number'
- Around line 334:
You forgot a '=back' before '=head1'