thedatahub / Datahub-Factory

Datahub::Factory - Transport metadata between Collection Management Systems and the Datahub
Other
2 stars 4 forks source link

Datahub::Factory::PipelineConfig should use Tiny::Try #31

Closed netsensei closed 7 years ago

netsensei commented 7 years ago

This module was written before Tiny::Try was wired in the application. Since this module handles parsing and validating of the INI config files, it should do proper exception handling instead of just die with a print message.

netsensei commented 7 years ago

This issue has been fixed. We don't die anymore in Datahub::Factory::Pipeline.