diff options
author | jeff <jeff> | 2008-07-22 16:27:53 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-07-22 16:27:53 +0000 |
commit | 5b03d96b42ff9aa46bda1ad21dd674c2713ace83 (patch) | |
tree | 69ba5da727bfc1d8274dda77358374f129c51ade /Makefile.PL | |
parent | 18935a05828a0a5afd3ae11c78905754dbaeedb2 (diff) |
force country to ISO-3166-alpha-3
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index f522ecc..079fdf5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,7 @@ WriteMakefile( 'AUTHOR' => 'Jeff Finucane <ippay@weasellips.com>', 'PREREQ_PM' => { 'Business::OnlinePayment' => 3, 'Business::OnlinePayment::HTTPS' => 0.09, + 'Locale::Country' => 2, 'Test::More' => 0.42, 'Tie::IxHash' => 0, 'XML::Simple' => 0, |