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