The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Datahub::Factory::Fixer - Namespace for fixer packages

SYNOPSIS

    use Datahub::Factory;

    my $fixer_options = {
        file_name => '/tmp/my.fix'
    };

    my $exporter = Datahub::Factory->fixer('Fix')->new($fixer_options);

    $fixer->fixer->fix({'id' => 1});

DESCRIPTION

A Datahub::Factory::Fixer is a package that is used as a role for packages that execute fixes on records. It enforces a generic reusable interface so different packages can be loaded and executed programmatically.

AUTHORS

Pieter De Praetere <pieter@packed.be>

Matthias Vandermaesen <matthias.vandermaesen@vlaamsekunstcollectie.be>

COPYRIGHT

Copyright 2017 - PACKED vzw, Vlaamse Kunstcollectie vzw

LICENSE

This library is free software; you can redistribute it and/or modify it under the terms of the GPLv3.