package DBIx::Class::SQLMaker::ClassicExtensions; use strict; use warnings; =head1 NAME DBIx::Class::SQLMaker::ClassicExtensions - Class containing generic enhancements to SQL::Abstract::Classic =head1 DESCRIPTION This module is not intended to be used standalone. Instead it represents a quasi-role, that one would "mix in" via classic C<@ISA> inheritance into a DBIx::Class::SQLMaker-like provider. See L for more info. Currently the enhancements over L are: =over =item * Support for C statements (via extended C support) =item * Support of functions in C