Hi Grahan, Chris and list,
attached is a patch that fixes a type in my recent (well, no soo recent ;-)
additions to Net:LDAP::Util.pm
The patch applies cleanly to the trunk.
CU
Peter
--
Peter Marschall
eMail: [EMAIL PROTECTED]
# correct argument pattern
--- lib/Net/LDAP/Util.pm 2004-03-07 17:04:23.000000000 +0100
+++ lib/Net/LDAP/Util.pm 2004-03-07 17:23:25.000000000 +0100
@@ -583,7 +583,7 @@
## convert a list of values from its LDAP filter encoding ##
# Synopsis: @values = unescape_dn_value(@escaped)
-sub unescape_dn_value($)
+sub unescape_dn_value(@)
{
my @values = @_;