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

autotest - run Perl5 test programs as soon as they are modified or created

VERSION

version 0.001

SYNOPSIS

  autotest

DESCRIPTION

autotest is a program that runs your test programs whenever you change them. Using it you don't have to switch between your editor and the shell since your tests are run automatically when you save them.

Think "Continuous Testing".

AUTHOR

Gregor Goldbach <glauschwuffel@nomaden.org>

CONTRIBUTING

The source code for autotest lives on github: https://github.com/glauschwuffel/perl5-App-autotest

If you want to contribute a patch, fork my repository, make your change, and send me a pull request.

BUGS

Please report any bugs or feature requests to the issues list at Github: <http://github.com/glauschwuffel/perl5-App-autotest/issues>

SEE ALSO

Test::Continuous has far more features. It runs the tests by running prove in an extra process; autotest runs the tests within the same process via TAP::Harness.

VERSION

0.001

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Gregor Goldbach.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

AUTHOR

Gregor Goldbach <glauschwuffel@nomaden.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Gregor Goldbach.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.