NAME
App::runscript - Implements the runscript utility
DESCRIPTION
This configurator class is able to process Log4perl YAML configurations.
INSTALLATION
To install this module manually, run the following commands:
perl Makefile.PL
make
make test
make install
DOCUMENTATION
After the installation, you can find further documentation using the commands:
perldoc App::runscript
MAINTENANCE
To maintain this module, run the following commands:
cpanm --notest --with-configure --with-develop --no-man-pages --local-lib-contained local --installdeps .
perl Makefile.PL
make
make RELEASE_TESTING=1 test # use Test::Harness
make RELEASE_TESTING=1 testp # use TAP::Harness
make cover # coverage statistics in vim format
COPYRIGHT AND LICENSE
This software is copyright (c) 2024 by Sven Willenbuecher.
This is free software; you can redistribute it and/or modify it under the same
terms as the Perl 5 programming language system itself.