#!/usr/bin/env perl
# PODNAME: cpan_documentation_html
# ABSTRACT: Command line tool for using CPAN::Documentation::HTML

$|=1;

use App::CpanDocumentationHtml;
App::CpanDocumentationHtml->new_with_options->run;



=pod

=head1 NAME

cpan_documentation_html - Command line tool for using CPAN::Documentation::HTML

=head1 VERSION

version 0.001

=head1 DESCRIPTION

L<App::CpanDocumentation> for more informations.

=head1 SYNPOSIS

=head1 SEE ALSO

=head1 SUPPORT

IRC

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

Repository

  http://github.com/Getty/p5-cpan-documentation-html
  Pull request and additional contributors are welcome

Issue Tracker

  http://github.com/Getty/p5-cpan-documentation/-htmlissues

=head1 AUTHOR

Torsten Raudssus <torsten@raudss.us>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Torsten Raudssus.

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__

