Clean up PostgreSQL array types recipe (amalgamation of 10e72c6e and 09380b06)
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / SQLAHacks / OracleJoins.pm
1 package # Hide from PAUSE
2   DBIx::Class::SQLAHacks::OracleJoins;
3
4 use warnings;
5 use strict;
6
7 use base qw( DBIx::Class::SQLMaker::OracleJoins );
8
9 1;