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

$|=1;

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



=pod

=head1 NAME

duckpan - Command line tool for using the DuckPAN of DuckDuckGo

=head1 VERSION

version 0.002

=head1 DESCRIPTION

=head1 SYNPOSIS

=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

=head1 AUTHOR

Torsten Raudssus <torsten@raudss.us>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by DuckDuckGo, Inc. L<http://duckduckgo.com/>.

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__

