| File-Find-Rule-CVS documentation | view source | Contained in the File-Find-Rule-CVS distribution. |
File::Find::Rule::CVS - find files based on CVS metadata
use File::Find::Rule::CVS; my @modified = find( cvs_modified => in => 'sandbox' );
File::Find::Rule::CVS extends File::Find::Rule to add clauses based on the contents of CVS/Entries files.
Matches a file which the cvs sandbox thinks is modified
Matches an entry in a working directory that CVS doesn't know about
Matches files with versions that match $test. $test is a Number::Compare expression applied to a version object.
Richard Clamp <richardc@unixbeard.net>
Copyright (C) 2003 Richard Clamp. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| File-Find-Rule-CVS documentation | view source | Contained in the File-Find-Rule-CVS distribution. |