From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

# $Id$
requires 'as_query';
no Moose;
1;
__END__
=head1 NAME
Google::Chart::QueryComponent - Google::Chart Query Component
=head1 SYNOPSIS
package MyStuff;
use Moose;
with 'Google::Chart::QueryComponent';
=head1 METHODS
=head2 as_query
=cut