trivial update 1.23 -> 1.24

stsp has a new belgian VAT ID, starting with 1. I use this module. It has
regexes to check validity before poking EU's VIES validation service. the
regex for belgium enforced "starts with 0". so we had a problem, and this
solves it.
ok stsp naddy
This commit is contained in:
henning
2025-08-21 11:38:56 +00:00
parent 1d2a94aab9
commit 1d24f68e5e
2 changed files with 3 additions and 3 deletions
@@ -1,6 +1,6 @@
COMMENT= European VAT number validator
DISTNAME = Business-Tax-VAT-Validation-1.23
DISTNAME = Business-Tax-VAT-Validation-1.24
CATEGORIES= productivity
# perl
@@ -1,2 +1,2 @@
SHA256 (Business-Tax-VAT-Validation-1.23.tar.gz) = 4jbJmYKjbzybRDqueJCs0JgKCDpYHmRCaInDc5qp1lY=
SIZE (Business-Tax-VAT-Validation-1.23.tar.gz) = 26113
SHA256 (Business-Tax-VAT-Validation-1.24.tar.gz) = 1AYPTafIjN/nwbLwzDwBKwm+fbd9MtrGjdVqIEJTouE=
SIZE (Business-Tax-VAT-Validation-1.24.tar.gz) = 26169