logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::Fix::Datahub - Utility functions and generic fixes developed for the Datahub project

Author

       Pieter De Praetere <pieter@packed.be>

Description

Catmandu::Fix::Datahub::Util
       Utility functions for use in Catmandu fixes.

       "declare_source($fixer, $var, $declared_var)"
       "walk($fixer, $path, $key, $h)"

   Catmandu::Fix::Bind::each
       A bind to iterate over a hash.

License

       This  library  is  free  software;  you can redistribute it and/or modify it under the same terms as Perl
       itself.

Name

       Catmandu::Fix::Datahub - Utility functions and generic fixes developed for the Datahub project

See Also

       Catmandu

perl v5.36.0                                       2023-02-03                        Catmandu::Fix::Datahub(3pm)

Synopsis

       Catmandu::Fix::Datahub::Util:

         use Catmandu::Fix::Datahub::Util;

       Catmandu::Fix::Bind::each:

         do each(path: demo, var: d)

           copy_field(d.key, var.$append)

         end

See Also