]> git.pld-linux.org Git - packages/perl-ldap.git/blame - non-unicode-dump.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-ldap.git] / non-unicode-dump.patch
CommitLineData
ee575260
JR
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.120407 seconds and 4 git commands to generate.