Subject: | [PATCH] POD test failing due to encoding issue |
The POD for this module includes UTF-8 characters, but doesn't note the
coding of the POD. This is causing its pod.t test to fail.
Attached is a patch to fix the issue by including the =encoding UTF-8
command.
Subject: | pod-fix.patch |
diff --git a/lib/Business/Tax/VAT/Validation.pm b/lib/Business/Tax/VAT/Validation.pm
index f1012a2..586c9ba 100755
--- a/lib/Business/Tax/VAT/Validation.pm
+++ b/lib/Business/Tax/VAT/Validation.pm
@@ -84,6 +84,10 @@ BEGIN {
use LWP::UserAgent;
}
+=pod
+
+=encoding UTF-8
+
=head1 NAME
Business::Tax::VAT::Validation - A class for european VAT numbers validation.