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