=encoding utf8
=head1 NAME
Yrl::Latn - Package for language Yrl
=cut
# This file auto generated
# on Wed 28 Feb 12:16:00 am 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::Yrl');
no Moo;
1;