File::Find::Rule::VCS and RCS Directories

The File::Find::Rule::VCS module excludes certain directories, artifacts from version control systems, from your File::Find::Rule queries. While it’s aware of the big two (subversion and CVS) today I needed a version that was aware - and can ignore - RCS directories. So I hacked the module and tada, we now have a File::Find::Rule::VCS RCS support patch.

I’ve sent a copy to the module author but I’m putting it here as well in case it gets rejected.