provewatcher
version 0.3
Watches for changes in the current directroy tree and runs prove when there are changes.
provwatcher takes all the arguments that prove takes with two additions:
provwatcher
prove
Specifies what directories should be watched:
# just watch lib $ provewatcher --watch lib # watch lib and t $ provewatcher --watch lib --watch t
This defaults to . if not given.
.
Allows you to run something other than prove when changes happen. For example if you where using Dist::Zilla
$ provewatcher --run 'dzil test'
Adds another regexp to the list of files that are ignored. Can be given multiple times.
If you install Log::Dispatch::DesktopNotification, desktop notifications will be sent whenever the overall state of the tests change (failing to passing or passing to failing).
Log::Dispatch::DesktopNotification is not listed as a prereq for this module, it will not be installed by default when you install this module.
Chris Reinhardt crein@cpan.org
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
App::Prove::Watch, App::Prove, perl(1)
To install App::Prove::Watch, copy and paste the appropriate command in to your terminal.
cpanm
cpanm App::Prove::Watch
CPAN shell
perl -MCPAN -e shell install App::Prove::Watch
For more information on module installation, please visit the detailed CPAN module installation guide.