NAME
Banal::Moosy::Mungers::DeviseFallbacks - Provide several MUNGER functions that may be use in conjunction with MooseX::MungeHas
.
VERSION
version 0.002
SYNOPSIS
DESCRIPTION
use Moose; use MooseX::MungeHas { haz => [ sub {; mhs_specs( is => 'ro', init_arg => undef, lazy => 1 ) }, sub {; mhs_fallbacks() }, ] };
This module provides several mungers that may be use in conjunction with MooseX::MungeHas
.
EXPORT_OK
mhs_fallbacks
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Banal-Moosy-Mungers@rt.cpan.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.