Skip Menu |

This queue is for tickets about the MarekPodHtml CPAN distribution.

Report information
The Basics
Id: 1909
Status: resolved
Worked: 5 min
Priority: 0/
Queue: MarekPodHtml

People
Owner: Marek.Rouchal [...] gmx.net
Requestors: bugs [...] ali.as
Cc:
AdminCc:

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



Subject: Files should be processed in alphabetical order...
When processing multiple files, the log messages make more sense when they are presented in an order. As it is, files are processed in random order. The line in the first pass foreach my $infile (keys %PODS) { should become foreach my $infile (sort keys %PODS) {
fixed in 0.49