Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Atlantic / Cape_Verde.pm
1 # This file is auto-generated by the Perl DateTime Suite time zone
2 # code generator (0.07) This code generator comes with the
3 # DateTime::TimeZone module distribution in the tools/ directory
4
5 #
6 # Generated from /tmp/UeJBI4pKMW/africa.  Olson data version 2009s
7 #
8 # Do not edit this file directly.
9 #
10 package DateTime::TimeZone::Atlantic::Cape_Verde;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Atlantic::Cape_Verde::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 60147538444,
25 DateTime::TimeZone::NEG_INFINITY,
26 60147532800,
27 -5644,
28 0,
29 'LMT'
30     ],
31     [
32 60147538444,
33 61273072800,
34 60147531244,
35 61273065600,
36 -7200,
37 0,
38 'CVT'
39     ],
40     [
41 61273072800,
42 61371565200,
43 61273069200,
44 61371561600,
45 -3600,
46 1,
47 'CVST'
48     ],
49     [
50 61371565200,
51 62321803200,
52 61371558000,
53 62321796000,
54 -7200,
55 0,
56 'CVT'
57     ],
58     [
59 62321803200,
60 DateTime::TimeZone::INFINITY,
61 62321799600,
62 DateTime::TimeZone::INFINITY,
63 -3600,
64 0,
65 'CVT'
66     ],
67 ];
68
69 sub olson_version { '2009s' }
70
71 sub has_dst_changes { 1 }
72
73 sub _max_year { 2019 }
74
75 sub _new_instance
76 {
77     return shift->_init( @_, spans => $spans );
78 }
79
80
81
82 1;
83