Skip Menu |

This queue is for tickets about the POE-Filter-Ls CPAN distribution.

Report information
The Basics
Id: 5443
Status: open
Priority: 0/
Queue: POE-Filter-Ls

People
Owner: Nobody in particular
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

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



Subject: Extend regexp in Poe::Filter::ls
Hello Michael, I think the regexp in Ls.pm is not optimal for all possible cases. For one, the date/time field may contain the hour OR the year, depending on the age of the file. E.g. drwxrwxr-x 448 root slavenr 12288 Feb 25 14:11 ../ -rw-r--r-- 1 2885 1653 90 Jul 15 2002 Changes
Dne St 25.Ășno.2004 08:15:10, SREZIC napsal(a): Hi Slaven, Show quoted text
> I think the regexp in Ls.pm is not optimal for all possible cases. For one, > the date/time field may contain the hour OR the year, depending on the age > of the file. E.g. > > drwxrwxr-x 448 root slavenr 12288 Feb 25 14:11 ../ > -rw-r--r-- 1 2885 1653 90 Jul 15 2002 Changes
I cloned this module to my github and i fixed this bug. https://github.com/tupinek/POE-Filter-Ls/commit/967cf4a1c0707f61fd066161eb2fc22f41b6dac1 Regards, M.