Actions
action #5852
closedRemove 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.
Updated by psladek over 8 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 90
Updated by oholecek over 8 years ago
- Status changed from In Progress to Resolved
Updated by oholecek over 8 years ago
Actions