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


package CGI::Untaint::to_countrycode3;
use warnings;
use strict;
use base 'CGI::Untaint::to_countrycode';

sub _codeset { Locale::Constants::LOCALE_CODE_ALPHA_3 }

1;