Initial Commit
This commit is contained in:
9
database/perl/vendor/lib/DBIx/Class/SQLAHacks/Oracle.pm
vendored
Normal file
9
database/perl/vendor/lib/DBIx/Class/SQLAHacks/Oracle.pm
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package # Hide from PAUSE
|
||||
DBIx::Class::SQLAHacks::Oracle;
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
use base qw( DBIx::Class::SQLMaker::Oracle );
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user