Closed mgruner closed 7 years ago
I'm working on this. I hope to have a release out this weekend at the latest.
Well, that didn't happen. I will keep working on this. I'm trying to get Code::TidyAll to use Specio types with coercions, but there is some sort of bug in Specio or Moo that I need to understand.
When passing in a custom
data_dir
(as a string, of course) as suggested in the documentation tonew_from_conf_file
, Code::TidyAll will cause a Perl error:This is because
_build_backup_dir()
calls$self->data_dir->child('backups')
which dies ifdata_dir
is a scalar. Workaround: also setno_backups => 1
flag in the parameters.