Subject: | Load-order of this module is important. Please add it to the documentation. |
Hello,
while
__PACKAGE__->load_components("InflateColumn::DateTime", "Core",
"ForceUTF8");
breaks utf-8 completely,
__PACKAGE__->load_components("ForceUTF8", "InflateColumn::DateTime",
"Core");
works fine. I think it would be helpful for other developers if you
mention that the load-order if this module could eventually be important
to the result.
Thanks - Marc