Skip Menu |

This queue is for tickets about the IPC-DirQueue CPAN distribution.

Report information
The Basics
Id: 23514
Status: resolved
Priority: 0/
Queue: IPC-DirQueue

People
Owner: Nobody in particular
Requestors: holoway [...] cpan.org
Cc:
AdminCc:

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



Subject: get_dir_filelist_sorted bug
The get_dir_filelist_sorted routine in IPC/DirQueue.pm returns a real array if the Queue directory is missing, when it should be returning a reference. The fix is, on line 825, change: return (); To: return []; Regards, Adam
From: JMASON [...] cpan.org
On Mon Nov 20 17:39:05 2006, HOLOWAY wrote: Show quoted text
> The get_dir_filelist_sorted routine in IPC/DirQueue.pm returns a real > array if the Queue directory is missing, when it should be returning a > reference.
hey -- thanks for the report (and the fix!) unfortunately, this is a dup of http://rt.cpan.org/Public/Bug/Display.html?id=21312 but it reminds me -- I should release a 0.08 with this fix.