NAME

Geo::Region::Constant - Constants for UN M.49 and CLDR region codes

VERSION

This document describes Geo::Region::Constant v0.05, built with Unicode CLDR v26.

SYNOPSIS

use Geo::Region::Constant qw( AFRICA AMERICAS ASIA EUROPE OCEANIA );

use Geo::Region::Constant qw( :all );

DESCRIPTION

Exportable constants for UN M.49 region codes, including CLDR extensions, designed for use with Geo::Region.

Constants

No constants are exported by default. They may all be exported using the :all export tag.

WORLD                   001
• AFRICA                002
  ◦ EASTERN_AFRICA      014
  ◦ MIDDLE_AFRICA       017
  ◦ NORTHERN_AFRICA     015
  ◦ SOUTHERN_AFRICA     018
  ◦ WESTERN_AFRICA      011
• AMERICAS              019
  ◦ CARIBBEAN           029
  ◦ CENTRAL_AMERICA     013
  ◦ LATIN_AMERICA       419
  ◦ NORTH_AMERICA       003
  ◦ NORTHERN_AMERICA    021
  ◦ SOUTH_AMERICA       005
• ASIA                  142
  ◦ CENTRAL_ASIA        143
  ◦ EASTERN_ASIA        030
  ◦ SOUTHEAST_ASIA      035
  ◦ SOUTHERN_ASIA       034
  ◦ WESTERN_ASIA        145
• EUROPE                150
  ◦ EASTERN_EUROPE      151
  ◦ EUROPEAN_UNION      EU
  ◦ NORTHERN_EUROPE     154
  ◦ SOUTHERN_EUROPE     039
  ◦ WESTERN_EUROPE      155
• OCEANIA               009
  ◦ AUSTRALASIA         053
  ◦ MELANESIA           054
  ◦ MICRONESIAN_REGION  057
  ◦ OUTLYING_OCEANIA    QO
  ◦ POLYNESIA           061

SEE ALSO

Geo::Region::Constant: Geographical regions and groupings using UN M.49 and CLDR data
Unicode CLDR: UN M.49 Territory Containment
United Nations: UN M.49 Standard Country, Area, & Region Codes

AUTHOR

Nick Patch <patch@cpan.org>

This project is brought to you by Perl CLDR and Shutterstock. Additional open source projects from Shutterstock can be found at code.shutterstock.com.

COPYRIGHT AND LICENSE

© 2014 Shutterstock, Inc.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.