NAME

WWW::DuckDuckGo - Access to the DuckDuckGo APIs

VERSION

version 0.001

SYNOPSIS

use WWW::DuckDuckGo;

my $duck = WWW::DuckDuckGo;

# request the Zero Click Info, you can also use ..->zci('getty')
my $zeroclickinfo = $duck->zeroclickinfo('getty');

DESCRIPTION

This distribution gives you an easy access to the DuckDuckGo Zero Click Info API. (Documentation on the TODO, or do you wanna help?)

SUPPORT

IRC

Join #duckduckgo on irc.freenode.net. Highlight Getty for fast reaction :).

Repository

http://github.com/Getty/p5-www-duckduckgo
Pull request and additional contributors are welcome

Issue Tracker

http://github.com/Getty/p5-www-duckduckgo/issues

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Raudssus Social Software.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.