The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/env perl
# PODNAME: twitch
# ABSTRACT: command line tool to use twitch

use App::Twitch;
App::Twitch->run;



=pod

=head1 NAME

twitch - command line tool to use twitch

=head1 VERSION

version 0.904

=head1 DESCRIPTION

More documentation coming soon....

=head1 AUTHOR

Torsten Raudssus <torsten@raudssus.de> L<http://www.raudssus.de/>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2010 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__