App::Prove::Watch - Run tests whenever changes occur.
version 0.3
$ provewatcher
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:
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'
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.
Ironically, for a TDD tool, there's not enough tests.
Chris Reinhardt
[email protected]
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.
Test::Continuous, App::Prove, perl(1)