Subject: | POD errors "Non-ASCII character seen before =encoding" |
Hi,
There are errors in the POD for lib/File/Path/Tiny.pod stemming from the use of those double quotes (around line 91) without an =encoding statement. I've attached to this ticket the patch we are using in Debian to fix this.
Best regards
Subject: | add-pod-encoding.patch |
Description: fix POD errors "Non-ASCII character seen before =encoding"
Author: Nuno Carvalho <smash@cpan.org>
--- a/lib/File/Path/Tiny.pod
+++ b/lib/File/Path/Tiny.pod
@@ -1,3 +1,5 @@
+=encoding utf-8
+
=head1 NAME
File::Path::Tiny - recursive versions of mkdir() and rmdir() without as much overhead as File::Path