Skip Menu |

This queue is for tickets about the Sort-Flat CPAN distribution.

Report information
The Basics
Id: 5011
Status: resolved
Priority: 0/
Queue: Sort-Flat

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

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



Subject: reverse mangled
the function "reverse" does not exist to sort a list backwards. It returns the elements of a list reversed. normally "reverse qw(alfa charlie bravo)" returns qw(bravo charlie alfa) not qw(charlie bravo alfa) You should not muck about with reverse. Changing the behavior of sort is sufficient. Reverse can reverse any sorted results /without/ again using sort.
Subject: reverse removed
[RJBS - Fri Jan 23 07:58:14 2004]: Show quoted text
> the function "reverse" does not exist to sort a list backwards. It > returns the elements of a list reversed. normally "reverse qw(alfa > charlie bravo)" returns qw(bravo charlie alfa) not qw(charlie bravo > alfa) > > You should not muck about with reverse. Changing the behavior of sort > is sufficient. Reverse can reverse any sorted results /without/ > again using sort.
fixed in 0.16.
Subject: reverse mangled - fixed in 0.16
will be fixed in 0.16.