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