=encoding utf8

=head1 NAME

En::Latn - Package for language En

=cut

package Locale::CLDR::Locales::En::Latn;

# This file auto generated
#	on Tue 27 Feb  8:39:19 pm GMT

use version;

our $VERSION = version->declare('v0.44.1');

use v5.10.1;
use mro 'c3';
use if $^V ge v5.12.0, feature => 'unicode_strings';

use Moo;

extends('Locale::CLDR::Locales::En');

no Moo;

1;