Config.pm instantiates an unnecessary object
Bug #1256771 reported by
Felipe Figueiredo
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MMRRSim |
Invalid
|
Low
|
Felipe Figueiredo |
Bug Description
Config.pm calls Config->new just to check if local config file is readable. This is an unnecessary burden and should be replaced by a simple file readable check instead.
Changed in mmrrsim: | |
assignee: | nobody → Felipe Figueiredo (philsf) |
To post a comment you must log in.
The Config->new() call is not unnecessary. It is actually the call to Config::Simple.