Back to top


NAME

 UpdateChecker::File -- to check files whether updated or not from previous files.

Back to top


SYNOPSIS

 # create object
 $uc = new UpdateChecker::File({data => $store, target_data => $hash_ref_OR_file_name},@options);

Back to top


DESCRIPTION

UpdateChecker for files.

Back to top


METHODS

All default methods of UpdateChecker is enable and you can use these by default usage. This module support merge method and replace target.

Back to top


SEE ALSO

 UpdateChecker
 UpdateChecker::Data

Back to top


AUTHOR

 Ktat <ktat.is at gmail.com>

Back to top


COPYRIGHT

 Copyright 2003 by Ktat <ktat.is at gmail.com>.
 This program is free software; you can redistribute it
 and/or modify it under the same terms as Perl itself.
 See http://www.perl.com/perl/misc/Artistic.html

Back to top