Group
Extension

Matches 2

Data-Google-Visualization-DataSource ( S/SA/SARGIE/Data-Google-Visualization-DataSource-0.01.tar.gz, SARGIE, 2012; MetaCPAN )
Data-Google-Visualization-DataSource/README.pod ( view source; MetaCPAN )
oogle::Visualization::DataSource;

use strict;
use warnings;

use Moose;
use Clone qw/clone/;
use JSON::XS;
use Digest::MD5 qw/md5_hex/;

=head1 NAME

Data::Google::Visualization::DataSource - Google 
tty pictures from your data. By design
it has a fair amount of Google-cruft, such as non-standard JSON and stuffing
configuration options in to a single CGI query parameter. It's also got somewhat
con
e_auth => $q->header('X-DataSource-Auth')
 });

 # Set it by hand...
 ->new({ reqId => 3, out => 'json', sig => 'deadbeef' });

C<new()> will set the following object attributes based on this, all bas
Data-Google-Visualization-DataSource ( S/SA/SARGIE/Data-Google-Visualization-DataSource-0.01.tar.gz, SARGIE, 2012; MetaCPAN )
Data-Google-Visualization-DataSource/lib/Data/Google/Visualization/DataSource.pm ( view source; MetaCPAN )
::DataSource::VERSION = '0.01';
}

use strict;
use warnings;

use Moose;
use Clone qw/clone/;
use JSON::XS;
use Digest::MD5 qw/md5_hex/;

=head1 NAME

Data::Google::Visualization::DataSource - Google 
tty pictures from your data. By design
it has a fair amount of Google-cruft, such as non-standard JSON and stuffing
configuration options in to a single CGI query parameter. It's also got somewhat
con
e_auth => $q->header('X-DataSource-Auth')
 });

 # Set it by hand...
 ->new({ reqId => 3, out => 'json', sig => 'deadbeef' });

C<new()> will set the following object attributes based on this, all bas

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.