office-gobmx/solenv/bin/modules/PCVSLib
Rüdiger Timm 796d51a76f INTEGRATION: CWS changefileheader (1.2.264); FILE MERGED
2008/03/28 15:55:36 rt 1.2.264.1: #i87441# Change license header to LPGL v3.
2008-04-10 16:05:31 +00:00
..
lib INTEGRATION: CWS changefileheader (1.2.264); FILE MERGED 2008-04-10 16:05:31 +00:00
samples INTEGRATION: CWS changefileheader (1.2.264); FILE MERGED 2008-04-10 16:05:31 +00:00
t INTEGRATION: CWS changefileheader (1.2.264); FILE MERGED 2008-04-10 16:05:31 +00:00
Changes
Makefile.PL INTEGRATION: CWS changefileheader (1.2.264); FILE MERGED 2008-04-10 15:59:28 +00:00
MANIFEST
README INTEGRATION: CWS changefileheader (1.2.264); FILE MERGED 2008-04-10 15:59:28 +00:00
TODO

PCVSLib version 0.02
====================

PCVSLib is a pure perl implementation of the CVS client protocol. 
It currently supports only a subset of of the specified requests 
and responses, just enough to support the OpenOffice.org CWS tools. 
If it ever is complete and stable enough for general use, it might
be worthwhile to submit it to CPAN.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  nothing which is not included in perl-5.6 or later,
  a cvs command line client is needed for running the
  test suite.

COPYRIGHT AND LICENCE

#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# 
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: README,v $
#
# $Revision: 1.3 $
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org.  If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************