Revision history for Business::Tax::VAT::Validation

0.12  Fri Nov 10 18:41:52 2006
       - Makefile.PL: current YAML compliance (licence & version fields)

0.11  Fri Nov 10 12:41:48 2006
       - Minor bug allowing one forbidden character corrected in Belgian regexp.                                      # 
         (Thanks to Andy Wardley for this report)
       - added regexps property for external testing purposes
       - POD CONSTRUCTOR. Some subs moved inside module.

0.10  Thu Jul 20 0:00:00 2006
        - Test::Pod to test suite added

0.09  Thu Jun 20 09:28:32 2006
        - Added local_check method: regexp only checkup, doesn't asks VIES

0.08  Thu Jun 20 09:05:10 2006
        - 9 and 2 digits transitional format for Belgium
	- Added member_states property allowing you to retreive valid MS values
	
0.07  Thu May 25 14:55:19 2006
        - Now we use "request" method not "simple request" in order to follow potential redirects
          
0.06  Thu May 25 14:44:14 2006
        - Updating VIES base URL
          (Thanks to Torsten Muller)

0.05  Thu Jan 19 14:55:01 2006
        - Adding support for proxy server.
          (Thanks to Tom Kirkpatrick)

0.04  Mon Nov 01 15:40:27 2004
        - Adding support for the "Member service unavailable" VIES's error.

0.03  Mon Nov 01 15:23:16 2004
        - Adding support for the 10 new EU countries. This update also includes an extra error code if the server returned a time out error. 
          (Thanx to Robert Alloway, www.servicecentre.co.uk)

0.02  Mon Sep 29 23:49:00 2003
        - Fix internal VAT checks: VAT numbers will be rejected if they contains non-numeric characters.
          Now, internal checks are performed by country dependent regeps (thanx to Robert Alloway)
        
0.01  Wed Aug 06 17:40:40 2003
	- original version; created by h2xs 1.22 with options -XA -n Business::Tax::VAT::Validation