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::Module::Template - Perl module scaffolding with Template Toolkit

VERSION

This documentation refers to App::Module::Template version 0.10.

SYNOPSIS

    use App::Module::Template;

    App::Module::Template->run(@ARGS);

DESCRIPTION

App::Module::Template contains the subroutines to support 'module-template'. See module-template for usage.

SUBROUTINES/METHODS

run

This function is called by module-template to execute logic of the program.

DIAGNOSTICS

None.

CONFIGURATION AND ENVIRONMENT

App::Module::Template is configured by ~/.module-template/config. See module-template for more information.

DEPENDENCIES

  • Carp

  • Config::General

  • File::Basename

  • File::Copy

  • File::HomeDir

  • File::Path

  • File::Spec

  • Getopt::Std

  • POSIX

  • Template

  • Try::Tiny

INCOMPATIBILITIES

None reported.

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any issues or feature requests to https://github.com/tscornpropst/App-Module-Template/issues. Patches are welcome.

AUTHOR

Trevor S. Cornpropst <tscornpropst@gmail.com>

COPYRIGHT AND LICENSE

Copyright (c) 2014 Trevor S. Cornpropst <tscornpropst@gmail.com>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at:

http://www.perlfoundation.org/artistic_license_2_0

Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.