A massive amount of link fixes (just links, almost no rewording)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLAHacks.pm
1 package # Hide from PAUSE
2   DBIx::Class::SQLAHacks;
3
4 use warnings;
5 use strict;
6
7 use base qw/DBIx::Class::SQLMaker/;
8
9 1;