Removed the generated files Makefile, MANIFEST, META.yml, SIGNATURE, and t/Config.pm.
This commit is contained in:
20
t/Config.pm
20
t/Config.pm
@ -1,20 +0,0 @@
|
||||
package t::Config;
|
||||
|
||||
$test_db = 'test';
|
||||
@drivers = qw/mysql Pg/;
|
||||
%driver = (mysql => {
|
||||
test => {
|
||||
p => '',u => '',dsn => 'DBI:mysql:database=test',},
|
||||
dbframework_catalog => {
|
||||
p => '',u => '',dsn => 'DBI:mysql:database=dbframework_catalog',},
|
||||
},
|
||||
Pg => {
|
||||
test => {
|
||||
p => '',u => '',dsn => 'DBI:Pg:dbname=test',},
|
||||
dbframework_catalog => {
|
||||
p => '',u => '',dsn => 'DBI:Pg:dbname=dbframework_catalog',},
|
||||
},
|
||||
);
|
||||
|
||||
1;
|
||||
|
Reference in New Issue
Block a user