Subject: | Can't locate object method "gather_data_value" |
If you use the "include_value_info" option together with "gather_data",
you get:
Can't locate object method "gather_data_value" via package
"Devel::StringInfo" at /usr/local/share/perl/5.10.0/Devel/StringInfo.pm
line 111
This is because the function is spelled wrong in the source code.
Fix:
< sub gather_data_vlaue {
---
Show quoted text
> sub gather_data_value {