Help for this page

Select Code to Download


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