Kaydet (Commit) 9d0bd669 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED

2006/03/17 15:39:51 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol
üst 6af5b93a
Changes
lib/PCVSLib.pm
lib/PCVSLib/Client.pm
lib/PCVSLib/Command.pm
lib/PCVSLib/Connection.pm
lib/PCVSLib/Credentials.pm
lib/PCVSLib/Directory.pm
lib/PCVSLib/Entry.pm
lib/PCVSLib/Event.pm
lib/PCVSLib/EventHandler.pm
lib/PCVSLib/File.pm
lib/PCVSLib/Listener.pm
lib/PCVSLib/LogHandle.pm
lib/PCVSLib/ModeTime.pm
lib/PCVSLib/PathName.pm
lib/PCVSLib/Request.pm
lib/PCVSLib/Response.pm
lib/PCVSLib/Root.pm
lib/PCVSLib/Time.pm
Makefile.PL
MANIFEST
README
samples/codemo
t/daemon.pl
t/PCVSLib.t
TODO
#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: Makefile.PL,v $
#
# $Revision: 1.2 $
#
# last change: $Author: vg $ $Date: 2007-08-27 13:32:33 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
#
#
# GNU Lesser General Public License Version 2.1
# =============================================
# Copyright 2005 by Sun Microsystems, Inc.
# 901 San Antonio Road, Palo Alto, CA 94303, USA
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License version 2.1, as published by the Free Software Foundation.
#
# This library 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 for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
#*************************************************************************
use 5.006;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'PCVSLib',
VERSION_FROM => 'lib/PCVSLib.pm', # finds $VERSION
PREREQ_PM => {}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/PCVSLib.pm', # retrieve abstract from module
AUTHOR => 'Jens-Heiner Rechtien<hr@openoffice.org>') : ()),
);
# vim: set ts=4 shiftwidth=4 expandtab syntax=perl:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment