On Oct 20, 2010, at 3:05 PM, Jakub Narebski wrote: > On Wed, 20 Oct 2010, Brian Gernhardt wrote: > >> Encode.pm started updating the string to decode in-place when a second >> argument is passed in version 2.40. This causes 'decode_utf8("", >> Encode::FB_CROAK)' to die with a message like: > > Very minor complaint: line break here makes it less readable. > > Perhaps this? > > Encode.pm started updating the string to decode in-place when a second argument > is passed in version 2.40. This causes 'decode_utf8("", Encode::FB_CROAK)' to > die with a message like: The wrapping was automatically done by vim. I'll try tweaking width/contents to make it flow better. >> Modification of a read-only value attempted at >> /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level/Encode.pm line >> 216. > > Very minor complaint: It might be better to not include path to installed > Encode.pm, which is different on different filesystems. > > Modification of a read-only value attempted at .../Encode.pm line > 216. >> Changes since v1: >> - Use an explicitly empty variable instead of $_ > > ...which was undefined, not empty, I think. It still served to test the two argument case, but I thought an explicit variable that exactly matched the previous call would be better. >> - based against maint > > Was there any difference versus being based against 'master'? Whitespace in context lines. The skip_all and test_done lines were re-indented at some point. Minor, but I thought I'd mention it. ~~ Brian -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html