NAME
App::makebeamerinfo - Creates .info file for use with Impressive and LaTeX Beamer
SYNOPSIS
use App::makebeamerinfo;
my $app = App::makebeamerinfo->new();
$app->run;
DESCRIPTION
This module and its subclasses serve as the backend for makebeamerinfo. Most users should probably be using that script rather than investigating this module.
SEE ALSO
FUTURE PLANS
The test suite is improving, but still not excellent coverage. Continuing this is important.
SOURCE REPOSITORY
http://github.com/jberger/MakeBeamerInfo
AUTHOR
Joel Berger, <joel.a.berger@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2012-2013 by Joel Berger
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.