The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.09 - 2003-01-19

  • Applied patch from Slaven Rezic (Thanks Slaven!), which ...
    • cleaned up the _CMD variables making them global
    • %LOG_CACHE also global (this allows a quick hack to invalidate the CACHE)
    • use strict applied to VCS::Rcs::Version
    • text() now uses PATH instead of NAME
  • Broke out the tests into seperate files for General (00VCS.t), RCS (01Rcs.t) and CVS (01Cvs.t)
  • Removed dependency on the UNIX command line tools for making a test directory.
  • Added skips for 01Rcs.t and 01Cvs.t if rcs or cvs are not available.
  • Made the testing system a little more Win32 friendly.

Documentation

Information for VCS::* developers

Modules

VCS
Library for generic Version Control System access in Perl
notes for the CVS implementation
module for access to a VCS directory
module for access to a file under version control
notes for the HMS implementation
notes for the rcs implementation
module for access to a VCS version

Provides

in VCS/Cvs/Dir.pm
in VCS/Cvs/File.pm
in VCS/Cvs/Version.pm
in VCS/Hms/Dir.pm
in VCS/Hms/File.pm
in VCS/Hms/Version.pm
in VCS/Rcs/Dir.pm
in VCS/Rcs/File.pm
in VCS/Rcs/Version.pm