Subject: | Warnings when calling Macrame |
There are always warnings even when just using Macrame, without actually
using it:
$ perl -MMacrame -e1
Useless use of subtraction (-) in void context at Macrame.pm line 102.
Use of uninitialized value in subtraction (-) at Macrame.pm line 102.
This seems like a typo in line 102 in Macrame.pm: it should probably be
our $FINAL = 0;
Regards,
Slaven