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

Mouse::Meta::Attribute::Native - Extend your attribute interfaces

SYNOPSIS

    # In your Makefile.PL
    # you can say:
    requires 'Mouse::Meta::Attribute::Native';
    # just like as 'Moose::Meta::Attribute::Native'

DESCRIPTION

This module is just a hook to set Mouse::Meta::Attribute::Native to prerequisites.

SEE ALSO

MouseX::NativeTraits

Moose::Meta::Attribute::Native