GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
POE::Component::DirWatch::Role::Signatures(3) User Contributed Perl Documentation POE::Component::DirWatch::Role::Signatures(3)

POE::Component::DirWatch::Role::Signatures

POE::Component::DirWatch::Role::Signatures is a role which provides File::Signature functionality to DirWatch-based classes. It will keep a hashref of signatures of the files processing to allow you to determine if a file has changed.

Read-write. Will return a hashref in which keys will be the full path of the files seen and the value will be a stringified File::Signature object.

"after '_file_callback'" Add the file's signature to "signatures" if it doesnt yet exist.

"before '_poll'" the list of known files is checked and if any of the files no longer exist they are removed from the list of known files.

File::Signature, POE::Component::DirWatch, Moose

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

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.