Catmandu::Fix::Bind::Group(3pm) | User Contributed Perl Documentation | Catmandu::Fix::Bind::Group(3pm) |
Catmandu::Fix::Bind::Group - a role for a binder that executes all fixes as one group
# Fixes fix1(), ... fixN() will be passed as one function to the internal 'bind' method do identity() fix1() . . fixN() end # Fixes fix1(), ... fixN() will be passed as one by one to the internal 'bind' method do maybe() fix1() . . fixN() end
This role flags a Catmandu::Fix::Bind implementation as a Catmandu::Fix::Bind::Group. All fixes inside a Bind will be treated as one singular function.
Catmandu::Fix::Bind
2023-03-03 | perl v5.36.0 |