dvtylr

Results 2 issues of dvtylr

package.json has an array of module names for the "name" property. I believe this should be the "files" property and the "name" property should be a string, in this case...

Lines 1041-1041 in pack.cc should not be executed in Perl format mode: ``` if(!usePerlFormat) { formatlen--; /* Skip '/' separator, does no harm if inputlen == 0 */ format++; }...