• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/H07-May-2022-472158

t/H08-Dec-2004-235170

MANIFESTH A D16-Mar-20041.5 KiB7069

META.ymlH A D08-Dec-2004529 1715

Makefile.PLH A D20-Oct-2003509 2119

READMEH A D08-Dec-20041.2 KiB4329

README

1Cvs version 0.07
2================
3
4This module is a wrapper around the cvs command with an object oriented
5interface.
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20IO::Pty, IPC::Run, Class::Accessor, FileHandle, File::Temp...
21
22NAME
23    Cvs - Object oriented interface to the CVS command
24
25LICENCE
26    This library is free software; you can redistribute it and/or modify it
27    under the terms of the GNU Lesser General Public License as published by
28    the Free Software Foundation; either version 2.1 of the License, or (at
29    your option) any later version.
30
31    This library is distributed in the hope that it will be useful, but
32    WITHOUT ANY WARRANTY; without even the implied warranty of
33    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
34    General Public License for more details.
35
36    You should have received a copy of the GNU Lesser General Public License
37    along with this library; if not, write to the Free Software Foundation,
38    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
39
40COPYRIGHT
41    Copyright (C) 2003 - Olivier Poitrey
42
43