The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

  • Need more tests! Specifically, unit tests. This was my first published script, written before I was aware of such thing. The version 2.0 release was requested by user and as such is still lacking a roundly covering test suite. This should be corrected.

SOURCE REPOSITORY

http://github.com/jberger/MakeBeamerInfo

AUTHOR

Joel Berger, <joel.a.berger@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Joel Berger

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.