The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Google::Chart::Fill - Base Fill Role

SYNOPSIS

  package NewFillType;
  use Moose;

  with 'Google::Chart::Fill';

  no Moose;

  sub parameter_value { ... }