The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POE::Component::DirWatch::Modified

DESCRIPTION

POE::Component::DirWatch::Modified extends DirWatch::New in order to exclude files that have already been seen, but still pick up files that have been changed. Usage is identical to POE::Component::DirWatch.

This module consumes the POE::Component::DirWatch::Role::Signatures role, please see its documentation for information about methods or attributes it provides or extends.

METHODS

_file_callback

override '_file_callback' Don't call the callback if file has been seen before and is unchanged.

meta

See Moose

SEE ALSO

POE::Component::DirWatch::New, POE::Component::DirWatch

COPYRIGHT

Copyright 2006-2008 Guillermo Roditi. This is free software; you may redistribute it and/or modify it under the same terms as Perl itself.