]> git.pld-linux.org Git - packages/perl-ldap.git/blob - non-unicode-dump.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-ldap.git] / non-unicode-dump.patch
1 --- perl-ldap-0.56/lib/Net/LDAP/Entry.pm.orig   2013-06-07 17:02:17.000000000 +0200
2 +++ perl-ldap-0.56/lib/Net/LDAP/Entry.pm        2013-07-05 22:18:14.395598116 +0200
3 @@ -312,6 +312,7 @@
4  # Just for debugging
5  
6  sub dump {
7 +  no warnings qw(utf8); # attributes may contain binary (non-unicode) data
8    my $self = shift;
9    no strict 'refs'; # select may return a GLOB name
10    my $fh = @_ ? shift : select;
This page took 0.110159 seconds and 3 git commands to generate.