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.