/usr/local/CPAN/CGI-Untaint-country/CGI/Untaint/countrycode3.pm


package CGI::Untaint::countrycode3;
use warnings;
use strict;
use base 'CGI::Untaint::country';
sub _codeset { Locale::Constants::LOCALE_CODE_ALPHA_3 }
1;