Download: Google-Chart-0.05014.tar.gz
Dependencies
Annotate this POD
Google::Chart::Fill - Base Fill Role
package NewFillType; use Moose; with 'Google::Chart::Fill'; no Moose; sub parameter_value { ... }