Package: galrey
Version: 1.0.2-3
Symptom:
galrey exits with "No images to process..."
Cause:
the single quote in line 143 (
@files = glob("'$c_imagespath'"."/".$c_pattern);
) yield an empty array.
Elementary form:
try
perl -e "print glob(\"'.'/*\");"
vs.
perl -e "print glob(\"./*\");"
Environment:
* perl v5.10.0
* lenny