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.002

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>

CONTRIBUTORS

  • Tabulo <dev@tabulo.net>

  • Mohammad S Anwar <mohammad.anwar@yahoo.com>

  • Tabulo <34737552+tabulon@users.noreply.github.com>

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.