readded DBIx::FullTextSearch because it's almost impossible to add locally

This commit is contained in:
JT Smith 2005-04-24 01:05:29 +00:00
parent a5b07a2599
commit 598ccd1766
12 changed files with 5558 additions and 0 deletions

View file

@ -0,0 +1,6 @@
%DBIx::FullTextSearch::TestConfig::Config = (
'password' => undef,
'dsn' => 'dbi:mysql:test',
'user' => 'test'
);
1;