Skip Menu |

This queue is for tickets about the Filesys-Tree CPAN distribution.

Report information
The Basics
Id: 121226
Status: new
Priority: 0/
Queue: Filesys-Tree

People
Owner: Nobody in particular
Requestors: rkleemann [...] gmail.com
Cc:
AdminCc:

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



Subject: tree -p '\.sql$' doesn't work properly
Date: Mon, 17 Apr 2017 13:57:15 -0700
To: bug-Filesys-Tree [...] rt.cpan.org
From: Bob Kleemann <rkleemann [...] gmail.com>
I'm trying to use tree to show a list of only .sql files in a directory hierarchy, and the documentation and code don't agree. It appears the problem is on line 71 of tree. It should read like this: getopts('ade:fhlm:p:v', \%opts ); Currently it's missing the colon after the p option.