From: Chris R. <chr...@us...> - 2003-05-07 10:53:45
|
Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP In directory sc8-pr-cvs1:/tmp/cvs-serv10897 Modified Files: DSML.pm Log Message: Fixed pod error Index: DSML.pm =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/DSML.pm,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- DSML.pm 9 Mar 2003 11:00:31 -0000 1.18 +++ DSML.pm 7 May 2003 10:53:42 -0000 1.19 @@ -11,7 +11,7 @@ use Net::LDAP::Entry; @ISA = qw(XML::SAX::Base); -$VERSION = "0.11"; +$VERSION = "0.12"; # OO purists will hate this :) my %schema_typemap = qw( @@ -866,7 +866,7 @@ my $schema = $ldap->schema(); $dsml->write_schema($schema); -=back 4 +=back =head1 AUTHOR |