MasonX::Resolver::CVS is a Perl component path resolver for components in CVS.
SYNOPSIS
my $resolver = MasonX::Resolver::CVS->new(
cvs_module => 'cvs/module',
cvs_repository => '/var/cvs'
);
my $info = $resolver->get_info('/some/comp.html');
This HTML::Mason::Resolver(3) subclass is used when components are stored in the Concurrent Version System (cvs(1)). Currently, this subclass only supports local CVS repositories. As such, it is able to deliver component source without checking the files out into a working directory (see "IMPLEMENTATION NOTES").
Product's homepage
Requirements:
· Perl