my $bar = $foo->meta->get_attribute('bar');
# access the desciption HASH directly
- $bar->description; # { baz => 'Foo::bar::baz' }
+ $bar->description; # { node_type => 'element' }
# or access the instance of MooseX::MetaDescription::Description
$bar->metadescription;