Open pieterdp opened 7 years ago
I'd like to help.
Hi,
Thanks for offering to help! The solution to this problem is, I think, twofold:
->fix()
of the fixer
attribute. See Datahub.pm for an example. For more information on how fixes work, see Catmandu::Fix.->fix()
instead of ->fixer->fix()
.You can simply clone the master
branch (we have no dev
branch) and open a pull request.
Should you have any more questions, don't hesitate to ask them.
I need to wrap this up ....will update soon!
Currently, all fixers (
Datahub::Factory::Fixer
and children) have the attributefixer
, which in itself has the methodfix
that is used to execute the Fix. It would be cleaner and more in line with the rest of the application ifDatahub::Factory::Fixer
and children have the methodfix
, so we can replacewith