App-Prove-Watch
view release on metacpan or search on metacpan
--run
Allows you to run something other than prove when changes happen. For
example if you where using Dist::Zilla
$ provewatcher --run 'dzil test'
NOTIFICATIONS
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.
TODO
* Ironically, for a TDD tool, there's not enough tests.
bin/provewatcher view on Meta::CPAN
$ provewatcher --run 'dzil test'
=head2 --ignore
Adds another regexp to the list of files that are ignored. Can be given
multiple times.
=head1 NOTIFICATIONS
If you install L<Log::Dispatch::DesktopNotification>, desktop notifications will
be sent whenever the overall state of the tests change (failing to passing or
passing to failing).
L<Log::Dispatch::DesktopNotification> is not listed as a prereq for this module,
it will not be installed by default when you install this module.
=head1 AUTHORS
Chris Reinhardt
crein@cpan.org
lib/App/Prove/Watch.pm view on Meta::CPAN
=head2 --run
Allows you to run something other than prove when changes happen. For example if
you where using L<Dist::Zilla>
$ provewatcher --run 'dzil test'
=head1 NOTIFICATIONS
If you install L<Log::Dispatch::DesktopNotification>, desktop notifications will
be sent whenever the overall state of the tests change (failing to passing or
passing to failing).
L<Log::Dispatch::DesktopNotification> is not listed as a prereq for this module,
it will not be installed by default when you install this module.
=cut
sub new {
my $class = shift;
( run in 1.141 second using v1.01-cache-2.11-cpan-299005ec8e3 )