Help for this page

Select Code to Download


  1. or download this
    package RolePage;
    use Moose::Role;
    ...
      isa     => 'Int',
      default => 12
    );
    
  2. or download this
    package CairoPage;
    
    ...
      is  => 'bare',
      isa => 'Cairo::ScaledFont'
    );