Help for this page

Select Code to Download


  1. or download this
    package My::Parameterized::Role;
    use MooseX::Role::Parameterized;
    ...
            };
        }
    }
    
  2. or download this
    method 'static_something' => sub {
        return $p->param('something');
    };