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

NAME

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

VERSION

version 0.001

SYNOPSIS

DESCRIPTION

use Banal::Moosy::Mungers 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-Moosy-Mungers@rt.cpan.org).

AUTHOR

Tabulo <tabulo@cpan.org>

CONTRIBUTOR

Ayhan <dev@tabulo.net>

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.