NAME App::Prove::Plugin::TestArgs - A prove plugin to configure test aliases and arguments 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::Prove::Plugin::TestArgs 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 The second command installs the module dependencies in a "local" directory using "cpanm". 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.