The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Locale::Country::EU - Perl extension for determining if a country is within the EU using various ISO values

SYNOPSIS

  use Locale::Country::EU;

  my $array = list_eu_countries;
  my $boolean = is_eu_country($array->[0]->{'ISO-name'});

DESCRIPTION

Provides a list of EU countries with various ISO data and allows for checking if a country is in the EU.

EXPORT

    is_eu_country
    list_eu_countries

AUTHOR

mgreen, <matt@mattsizzle.com>

COPYRIGHT AND LICENSE

Copyright (C) 2018 by mgreen

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.16.3 or, at your option, any later version of Perl 5 you may have available.