The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MooX::MouseTypeConstraints - Mouse type constraints for Moo

SYNOPSIS

    use Moo;
    use MooX::MouseTypeConstraints;

    has bar => (
        is  => 'ro',
        isa => 'Int', # make it as Mouse::Meta::TypeContraints validator
    );

DESCRIPTION

MooX::MouseTypeConstraints provides Mouse type constraints support for Moo.

LICENSE

Copyright (C) karupanerura.

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

AUTHOR

karupanerura <karupa@cpan.org>