The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Boilerplater::Session - A compilation session.

METHODS

new

    my $session = Boilerplater::Session->new(
        base_dir => undef,    # required
        dest_dir => undef,    # required
        header   => undef,    # required
        footer   => undef,    # required
    );
  • base_dir - The directory we begin reading files from.

  • dest_dir - The directory we write C header output files to.

  • header - Text which will be prepended to each generated C file -- typically, an "autogenerated file" warning.

  • footer - Text to be appended to the end of each generated C file -- typically copyright information.

COPYRIGHT AND LICENSE

Copyright 2006-2009 Marvin Humphrey

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