Subject: | 'Around' attribute not working due to a wild escape sign |
Problem: Around does not work.
Cause:
Line 93, the backslash in front of "$value" literally inserts __PACKAGE__ . '$value' into symbol table instead of __PACKAGE__ . $value.
Solution: Just remove the backslash. Typo, probably.
Regards, SREagle