|
|
| There's more than one way to do things | |
| PerlMonks |
Re^10: Moo and Spreadsheet::ParseExcel (explain?)by tye (Cardinal) |
| on Nov 18, 2012 at 01:16 UTC ( #1004363=note: print w/ replies, xml ) | Need Help?? |
|
Ah. Thanks. What I was missing was that there was an unspecified outer layer that was calling Moo::Role, not just the inner layer that also used Moo::Role (as well as Spreadsheet::ParseExcel). So it was a standard mistake of calling out to arbitrary code while using $_. And there is a spot somewhere in Spreadsheet::ParseExcel that it would be good to add local $_ to. - tye
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||