The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112—131415161718 # $Id$package Google::Chart::Type;use Moose::Role;with 'Google::Chart::QueryComponent';no Moose;1;__END__HideShow 6 lines of Pod=head1 NAMEGoogle::Chart::Type - Google::Chart Type Role=cut
# $Id$
package
Google::Chart::Type;
use
Moose::Role;
with
'Google::Chart::QueryComponent'
;
no
Moose;
1;
__END__
=head1 NAME
Google::Chart::Type - Google::Chart Type Role
=cut