Help for this page
use Moose; use this; ... my $self = shift; confess 'not implemented'; }
$use = ['Moose, 'this', 'that';] $attributes = {name => 'this', {is => 'ro', isa => 'that'}; $methods = ['do this'];