From aef3654d100650ff07f188b0dc61d5104832d4c8 Mon Sep 17 00:00:00 2001 From: "leif%netscape.com" Date: Thu, 20 Aug 1998 08:45:26 +0000 Subject: [PATCH] More docs... git-svn-id: svn://10.0.0.236/branches/devel-branch-1_1@8254 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/perldap/LDIF.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mozilla/directory/perldap/LDIF.pm b/mozilla/directory/perldap/LDIF.pm index 8685463fe6d..9e2f9d78fca 100644 --- a/mozilla/directory/perldap/LDIF.pm +++ b/mozilla/directory/perldap/LDIF.pm @@ -1,5 +1,5 @@ ############################################################################# -# $Id: LDIF.pm,v 1.5.2.1 1998-08-20 08:37:39 leif%netscape.com Exp $ +# $Id: LDIF.pm,v 1.5.2.2 1998-08-20 08:45:26 leif%netscape.com 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 @@ -236,7 +236,9 @@ files from changes made to an entry. =head1 DESCRIPTION The LDIF format is a simple, yet useful, text representation of an LDAP -database. +database. The goal of this package is to make it as easy as possible to +read, parse and use LDIF data, possible generated from other information +sources. =head1 EXAMPLES