This commit is contained in:
leif 1998-07-21 02:43:28 +00:00
Родитель 6f5311dbdd
Коммит 91fd8061ca
2 изменённых файлов: 31 добавлений и 0 удалений

Просмотреть файл

@ -7,5 +7,10 @@ TODO
constant.h
test.pl
typemap
Entry.pm
Connection.pm
LDIF.pm
README
MPL-1.0.txt
t/search.pl
t/write.pl

Просмотреть файл

@ -1,3 +1,29 @@
#############################################################################
# $Id: Makefile.PL,v 1.2 1998/07/21 02:38:52 leif Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerlDap. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# The Makefile "source".
#
#############################################################################
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.