action #5852
Remove dependency from DBIx::Class::Schema::Config and Config::Tiny
Start date:
2015-01-13
Due date:
% Done:
100%
Estimated time:
1.00 h
Difficulty:
Description
DBIx::Class::Schema::Config is actually only used to load database configurations from database.ini. It uses Config::Tiny for parsing the file. We already use Config::IniFiles, which is way more powerful than Config::Tiny, for parsing other ini files. We can get rid of 2 dependencies and improve .ini parsing with just some lines of Perl code.
History
#1
Updated by psladek over 7 years ago
- Assignee set to psladek
#2
Updated by psladek over 7 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 90
#3
Updated by psladek over 7 years ago
- % Done changed from 90 to 100
#4
Updated by oholecek over 7 years ago
- Status changed from In Progress to Resolved