hkoba / yatt_lite

YATT::Lite - Template with "use strict"
Other
5 stars 0 forks source link

raise error if old YAML::Tiny fails to read. #212

Closed makamaka closed 8 months ago

makamaka commented 8 months ago

Old YAML::Tiny doesn't raise error when it fails to read file. So YAML::Lite side need to catch the error by using YAML::Tiny->errstr.