#!/usr/bin/env perl
# PODNAME: duckpan
# ABSTRACT: Command line tool for using the DuckPAN of DuckDuckGo

$|=1;

use App::DuckPAN;
App::DuckPAN->new_with_cmd;

__END__

=head1 SYNPOSIS

  duckpan check
  # Check for the requirements to make duckpan contributions
  
  duckpan query
  # Fire up your own CLI DuckDuckGo to test goodies
  # Use it in the zeroclickinfo-goodies repository root

  duckpan server
  # Fire up your own Webserver that acts like DuckDuckGo to test
  # spice (and goodies if you like). Use it in the
  # zeroclickinfo-spice repository root
  
  duckpan help <command>
  # Getting help

  # TODO  
  duckpan test
  #######

  # For the followings you need an account at https://dukgo.com/

  # TODO
  duckpan release
  #######

  # BETA
  duckpan setup
  # Setup your environment for using Dist::Zilla::Plugin::UploadToDuckPAN
  #######

=head1 DESCRIPTION

L<App::DuckPAN> for more informations.

=head1 SEE ALSO

L<https://duckduckgo.com>

L<https://github.com/duckduckgo>

L<https://dukgo.com>

L<http://duckpan.org>

=head1 SUPPORT

IRC

  Join us on #duckduckgo on irc.freenode.net

Repository

  https://github.com/duckduckgo/p5-app-duckpan
  Pull request and additional contributors are welcome
 
Issue Tracker

  https://github.com/duckduckgo/p5-app-duckpan/issues