diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ba0b235..f095eee 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,6 @@ Adam Spiers Alexander Perlis +Dennis Kaarsemaker Emile "iMil" Heitor Gertjan Halkes Giacomo Tenaglia diff --git a/shelldap b/shelldap index aa179fd..878691d 100755 --- a/shelldap +++ b/shelldap @@ -655,7 +655,7 @@ sub ldif if ( $use_temp ) { my ( undef, $fname ) = File::Temp::tempfile( 'shelldap_XXXXXXXX', SUFFIX => '.ldif', DIR => '/tmp', UNLINK => 1 ); - $self->{'ldif'} = Net::LDAP::LDIF->new( $fname, 'w', sort => 1, wrap => $self->wrapsize ); + $self->{'ldif'} = Net::LDAP::LDIF->new( $fname, 'w', sort => 1, wrap => 0 ) $self->{'ldif_fname'} = $fname; } @@ -2248,7 +2248,7 @@ use strict; use warnings; $0 = 'shelldap'; -my $VERSION = '1.0.2'; +my $VERSION = '1.2.0'; use Getopt::Long; use YAML::Syck;