Skip Menu |

This queue is for tickets about the Hash-Flatten CPAN distribution.

Report information
The Basics
Id: 38420
Status: resolved
Priority: 0/
Queue: Hash-Flatten

People
Owner: Nobody in particular
Requestors: FischerR.External [...] infineon.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: FW: Probable bug in Hash::Flatten
Date: Tue, 12 Aug 2008 15:09:19 +0200
To: <bug-Hash-Flatten [...] rt.cpan.org>
From: <FischerR.External [...] infineon.com>
Note: I first sent the bug to the mail address mentioned in the AUTHORS section of the Hash::Flatten documentation, but email to this address bounces (see attachment). Show quoted text
-----Original Message----- From: Fischer Ronald (IFWL PD SM DT External) Sent: Tuesday, August 12, 2008 3:04 PM To: 'cpan@bbc.co.uk' Subject: Probable bug in Hash::Flatten Hi, I just tried out Hash::Flatten and probably found a bug. I invoke the flatten function like this: my $flat=flatten($result, {EscapeSequence => undef}); But despite of having set EscapeSequence to undef, a backslash is used to escape the separator. Regards, Ronald -- Ronald Fischer (phone: 089-234-60375) mailto: FischerR.External@infineon.com mailto: ynnor@mm.st
Subject: Unzustellbar: Probable bug in Hash::Flatten
Date: Tue, 12 Aug 2008 15:04:53 +0200
To: <FischerR.External [...] infineon.com>
From: <postmaster [...] infineon.com>
Your message To: cpan@bbc.co.uk Subject: Probable bug in Hash::Flatten Sent: Tue, 12 Aug 2008 15:03:47 +0200 did not reach the following recipient(s): Simon.Flack@bbc.co.uk on Tue, 12 Aug 2008 15:03:43 +0200 Diese Nachricht ist größer als die aktuelle Systembeschränkung, oder das Postfach des Empfängers ist voll. Erstellen Sie einen kürzeren Nachrichtentext, oder entfernen Sie Anlagen, und versuchen Sie dann erneut, die Nachricht zu senden. <bbcxi1004.national.core.bbc.co.uk #5.2.3>
Download (untitled)
message/delivery-status 225b
Reporting-MTA: dns; mucse301.eu.infineon.com Final-Recipient: RFC822; Simon.Flack@bbc.co.uk Action: failed Status: 5.2.3 X-Supplementary-Info: <bbcxi1004.national.core.bbc.co.uk #5.2.3> X-Display-Name: Simon.Flack@bbc.co.uk
Subject: Probable bug in Hash::Flatten
Date: Tue, 12 Aug 2008 15:03:47 +0200
To: <cpan [...] bbc.co.uk>
From: <FischerR.External [...] infineon.com>
Hi, I just tried out Hash::Flatten and probably found a bug. I invoke the flatten function like this: my $flat=flatten($result, {EscapeSequence => undef}); But despite of having set EscapeSequence to undef, a backslash is used to escape the separator. Regards, Ronald -- Ronald Fischer (phone: 089-234-60375) mailto: FischerR.External@infineon.com mailto: ynnor@mm.st http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this.
It seems at some point the interface was changed to add an explicit "DisableEscapes" option, but nobody updated the documentation. Not sure of the reasons behind this but I have at least documented the current behaviour. Hopefully this causes least problems.