As of encoding::source v0.2, it still has side effect of propagating $^ENCODING from compile-time to run-time.
This may be serious if byte strings which contain 8th bit are incorporated as literals (i.e. quotes) after "use encoding::source". Perl feeds them trough "$^ENCODING->cat_decode".
Solution is to change:
(0)
]
