From: Matt S Trout Date: Mon, 23 Sep 2019 01:14:20 +0000 (+0000) Subject: accidentally committed this, never mind X-Git-Tag: v2.000000~3^2~123 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b8e36517aa47a26c20e011c7d0f0fb16aa26024;p=dbsrgits%2FSQL-Abstract.git accidentally committed this, never mind --- diff --git a/lib/DBIx/Class/SQLMaker.pm b/lib/DBIx/Class/SQLMaker.pm deleted file mode 100644 index a96aa64..0000000 --- a/lib/DBIx/Class/SQLMaker.pm +++ /dev/null @@ -1,548 +0,0 @@ -package DBIx::Class::SQLMaker; - -use strict; -use warnings; - -=head1 NAME - -DBIx::Class::SQLMaker - An SQL::Abstract-based SQL maker class - -=head1 DESCRIPTION - -This module is a subclass of L and includes a number of -DBIC-specific workarounds, not yet suitable for inclusion into the -L core. It also provides all (and more than) the functionality -of L, see L for -more info. - -Currently the enhancements to L are: - -=over - -=item * Support for C statements (via extended C support) - -=item * Support of functions in C