I haven't tested it, but I think the creator of the ticket accidentally
omitted a line of code in his description:
The single line
foreach my $src_file (@flac_files) {
should be replaced by the two lines
pareach [ @flac_files ], sub {
my $src_file = shift;
At least, this makes more sense according to the Proc::ParallelLoop
module documentation:
http://search.cpan.org/~bdarrah/Proc-ParallelLoop-0.5/lib/Proc/ParallelLoop.pm#PUBLIC_METHODS
--
gnypp45
------------------------------------------------------------------------
gnypp45's Profile: http://forums.slimdevices.com/member.php?userid=15106
View this thread: http://forums.slimdevices.com/showthread.php?t=45246
_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping