Subject: | Test fails because of pod encoding |
Installing using cpanminus, with perl version 5.16.1, failed because of
t/pod.t.
Around line 427: Non-ASCII character seen before =encoding in '£[%'.
Assuming UTF-8
This is easily fixed by placing the line:
=encoding utf8
in the beginning of the pod.
Thank you!