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

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