jeremiah / spdxl

spdxl (pronounced spud-exel) is a tool that attempts to identify FOSS licenses and corresponding files associated with them based on SPDX tags.
https://jeremiah.github.io/spdxl
GNU General Public License v3.0
1 stars 1 forks source link

invalid top directory #8

Open jeremiah opened 7 years ago

jeremiah commented 7 years ago

When running a new install of spdxl.pl, like this;

$ perl spdxl.pl . I get this error; invalid top directory at /usr/share/perl/5.22/File/Find.pm line 129.

I think this means I have to pass an argument to spdxl. This ought to be documented.