NAME
File::Find::Rule::CVS - find files based on CVS metadata
SYNOPSIS
use File::Find::Rule::CVS;
my @modified = find( cvs_modified => in => 'sandbox' );
DESCRIPTION
File::Find::Rule::CVS extends File::Find::Rule to add clauses based on the contents of CVS/Entries files.
RULES
cvs_modified
Matches a file which the cvs sandbox thinks is modified
cvs_unknown
Matches an entry in a working directory that CVS doesn't know about
cvs_version( $test )
Matches files with versions that match $test. $test is a Number::Compare expression applied to a version object.
AUTHOR
Richard Clamp <richardc@unixbeard.net>
COPYRIGHT
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.