NAME
App::pfswatch - a simple utility that detects changes in a filesystem and run given command
SYNOPSIS
pfswatch [-h] [-e COMMAND] [path ...]
--exec | -e COMMAND
run COMMAND when detects changes in a filesystem under given path.
--help | -h
show this message.
EXAMPLE
$ pfswatch t/ lib/ -e 'prove -lr t/'
DESCRIPTION
App::pfswatch is a utility that detects changes in a filesystem and run given command.
pfswatch does not detect change of dot files.
DEBUGGING
If you want to know which file is changed, set PFSWATCH_DEBUG=1
.
$ PFSWATCH_DEBUG=1 pfswatch lib -e 'ls -l lib'
AUTHOR
Yoshihiro Sasaki <ysasaki at cpan.org>
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
COPYRIGHT
Copyright 2011 Yoshihiro Sasaki All rights reserved.