File: README

package info (click to toggle)
libcatmandu-fix-datahub-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 99; makefile: 9
file content (50 lines) | stat: -rw-r--r-- 815 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
NAME

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

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

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.

AUTHOR

    Pieter De Praetere <pieter@packed.be>

COPYRIGHT

    Copyright 2017- PACKED vzw

LICENSE

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

SEE ALSO

    Catmandu