NAME

Banal::Mini::Utils::MungeHas - Provide several MUNGER functions that may be use in conjunction with MooseX::MungeHas.

VERSION

version 0.002

SYNOPSIS

DESCRIPTION

use Banal::Mini::Utils::MungeHas qw(mhs_specs); use Moose; use MooseX::MungeHas { haz => [ sub {; mhs_specs( is => 'ro', init_arg => undef, lazy => 1 ) }, ] };

This module provides several mungers that may be use in conjunction with MooseX::MungeHas.

EXPORT_OK

  • mhs_lazy_ro

  • mhs_specs

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Banal-Mini-Utils@rt.cpan.org).

I am also usually active on irc, as 'ether' at irc.perl.org.

AUTHOR

Tabulo <tabulo@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Tabulo.

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