Skip Menu |

This queue is for tickets about the Business-Tax-VAT-Validation CPAN distribution.

Report information
The Basics
Id: 81286
Status: resolved
Priority: 0/
Queue: Business-Tax-VAT-Validation

People
Owner: Nobody in particular
Requestors: haarg [...] haarg.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
Hi, Thanks for the submission. The module has been fixed, the updated version will soon be available at CPAN. Kind regards, Bernard