I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-03-15 05:20:34.024407-07 by mfeske
meaning of error
Hello everybody, what is the meaning of error code [minor] IPTC:Writer-Editor excees length limit (truncated) Greetings Micha
Direct Responses: 12542 | Write a response
Posted on 2010-03-15 05:29:59.43818-07 by exiftool in response to 12540
Re: meaning of error
Hi Micha,

It means that the value you wrote to IPTC:Writer-Editor was truncated due to a restriction of the IPTC format. If you read the value back again you will see it is missing some characters at the end.

You may choose to ignore the IPTC specification and write longer values if you wish, however some (anal-retentive) software may have problems with values like this. Use the -m option to ignore the IPTC length limit.

- Phil
Direct Responses: Write a response