File Coverage

blib/lib/Locale/CLDR/Locales/Rhg/Rohg/Bd.pm
Criterion Covered Total %
statement 29 29 100.0
branch n/a
condition n/a
subroutine 10 10 100.0
pod n/a
total 39 39 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Locale::CLDR::Locales::Rhg::Rohg::Bd - Package for language Rohingya
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Rhg::Rohg::Bd;
10             # This file auto generated from Data\common\main\rhg_Rohg_BD.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   1994 use strict;
  1         3  
  1         43  
14 1     1   5 use warnings;
  1         2  
  1         80  
15 1     1   7 use version;
  1         2  
  1         8  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   139 use v5.12.0;
  1         4  
20 1     1   6 use mro 'c3';
  1         2  
  1         8  
21 1     1   28 use utf8;
  1         2  
  1         7  
22 1     1   33 use feature 'unicode_strings';
  1         17  
  1         188  
23 1     1   32 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         12  
24 1     1   3269 use Moo;
  1         2  
  1         9  
25              
26             extends('Locale::CLDR::Locales::Rhg::Rohg');
27             has 'eras' => (
28             is => 'ro',
29             isa => HashRef,
30             init_arg => undef,
31             default => sub { {
32             'gregorian' => {
33             },
34             } },
35             );
36              
37             has 'date_formats' => (
38             is => 'ro',
39             isa => HashRef,
40             init_arg => undef,
41             default => sub { {
42             'gregorian' => {
43             },
44             } },
45             );
46              
47             has 'time_formats' => (
48             is => 'ro',
49             isa => HashRef,
50             init_arg => undef,
51             default => sub { {
52             'gregorian' => {
53             'full' => q{h:mm:ss a zzzz},
54             'long' => q{h:mm:ss a z},
55             'medium' => q{h:mm:ss a},
56             'short' => q{h:mm a},
57             },
58             } },
59             );
60              
61             has 'datetime_formats' => (
62             is => 'ro',
63             isa => HashRef,
64             init_arg => undef,
65             default => sub { {
66             'gregorian' => {
67             },
68             } },
69             );
70              
71             has 'datetime_formats_available_formats' => (
72             is => 'ro',
73             isa => HashRef,
74             init_arg => undef,
75             default => sub { {
76             } },
77             );
78              
79             has 'datetime_formats_append_item' => (
80             is => 'ro',
81             isa => HashRef,
82             init_arg => undef,
83             default => sub { {
84             } },
85             );
86              
87             has 'datetime_formats_interval' => (
88             is => 'ro',
89             isa => HashRef,
90             init_arg => undef,
91             default => sub { {
92             } },
93             );
94              
95 1     1   1051 no Moo;
  1         3  
  1         5  
96              
97             1;
98              
99             # vim: tabstop=4