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:

  perl Makefile.PL
  make PERL_CPANM_OPT="--notest --with-develop --with-recommends" 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

The "installdeps" phony target "make" command call installs the module
dependencies in the "local" directory using "cpanm". The experimental cpanm
option "--with-configure" is set implicitly because setting the VERSION often
fails due to a not up to date "version" module "configure" phase dependency.  A
reconfiguration (the second "perl Makefile.PL" call) should not raise warnings
anymore.

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.
