App-Prove-Plugin-TestArgs

A prove plugin to configure test aliases and arguments


License
Artistic-1.0-Perl

Documentation

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:

  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.