=encoding utf8 =head1 NAME Locale::CLDR::Locales::Nl::Latn::Cw - Package for language Dutch =cut package Locale::CLDR::Locales::Nl::Latn::Cw; # This file auto generated from Data\common\main\nl_CW.xml # on Wed 15 Jan 11:22:39 am GMT use strict; use warnings; use version; our $VERSION = version->declare('v0.46.0'); use v5.12.0; use mro 'c3'; use utf8; use feature 'unicode_strings'; use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); use Moo; extends('Locale::CLDR::Locales::Nl::Latn'); has 'currencies' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'ANG' => { symbol => 'NAf.', }, } }, ); no Moo; 1; # vim: tabstop=4