#!/usr/bin/env perl
# PODNAME: duckduckgo
# ABSTRACT: Command line tool to use the DuckDuckGo API

binmode STDOUT, ":utf8";

use App::DuckDuckGo;
App::DuckDuckGo->new_with_options->print_query_with_extra_argv;



=pod

=head1 NAME

duckduckgo - Command line tool to use the DuckDuckGo API

=head1 VERSION

version 0.001

=head1 AUTHOR

Torsten Raudssus <torsten@raudssus.de>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by L<Raudssus Social Software|http://www.raudssus.de/>.

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

=cut


__END__
