Role::Tiny

Roles. Like a nouvelle cuisine portion size slice of Moose
Download

Role::Tiny Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matt S Trout
  • Publisher web site:
  • http://search.cpan.org/~mstrout/

Role::Tiny Tags


Role::Tiny Description

Role::Tiny is a minimalist role composition tool written in Perl.SYNOPSIS package Some::Role; use Role::Tiny; sub foo { ... } sub bar { ... } around baz => sub { ... } 1;else where package Some::Class; use Role::Tiny::With; # bar gets imported, but not foo with 'Some::Role'; sub foo { ... } # baz is wrapped in the around modifier by Class::Method::Modifiers sub baz { ... } 1;Product's homepage


Role::Tiny Related Software