NAME
VCS::Hms - notes for the HMS implementation
SYNOPSIS
use VCS;
$file = VCS::File->new('Makefile');
DESCRIPTION
Currently, the user needs to ensure that their environment has the HMS toolset available, including fhist, fdiff, fco, et al. On Unix like environments ensure that the $PATH
environment variable has the appropriate directory listed.
AVAILABILITY
VCS::Hms is currently part of the main VCS distribution.
COPYRIGHT
Copyright (c) 1998-2001 Leon Brocard. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
VCS.