Daisuke Maki > Google-Chart-0.05014_01 > Google::Chart::Fill

Download:
Google-Chart-0.05014_01.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  4
Open  3
View Bugs
Report a bug
Source   Latest Release: Google-Chart-0.05014

NAME ^

Google::Chart::Fill - Base Fill Role

SYNOPSIS ^

  package NewFillType;
  use Moose;

  with 'Google::Chart::Fill';

  no Moose;

  sub parameter_value { ... }