Mon Apr 17 16:57:32 2017rkleemann [...] gmail.com - Ticket created
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.