readded DBIx::FullTextSearch because it's almost impossible to add locally
This commit is contained in:
parent
a5b07a2599
commit
598ccd1766
12 changed files with 5558 additions and 0 deletions
6
lib/DBIx/FullTextSearch/TestConfig.pm
Normal file
6
lib/DBIx/FullTextSearch/TestConfig.pm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
%DBIx::FullTextSearch::TestConfig::Config = (
|
||||
'password' => undef,
|
||||
'dsn' => 'dbi:mysql:test',
|
||||
'user' => 'test'
|
||||
);
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue