summaryrefslogtreecommitdiff
path: root/dev-perl/DateTime-TimeZone
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-perl/DateTime-TimeZone
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-perl/DateTime-TimeZone')
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.930.0.ebuild38
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.940.0.ebuild35
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild35
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.110.0.ebuild37
-rw-r--r--dev-perl/DateTime-TimeZone/Manifest11
-rw-r--r--dev-perl/DateTime-TimeZone/metadata.xml381
6 files changed, 537 insertions, 0 deletions
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.930.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.930.0.ebuild
new file mode 100644
index 000000000000..34d4960b6c0c
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.930.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=1.93
+inherit perl-module
+
+DESCRIPTION="Time zone object base class and factory"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Class-Singleton-1.30.0
+ virtual/perl-File-Spec
+ dev-perl/List-AllUtils
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Module-Runtime
+ >=dev-perl/Params-Validate-0.720.0
+ dev-perl/Try-Tiny
+ virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ virtual/perl-Storable
+ dev-perl/Test-Fatal
+ dev-perl/Test-Requires
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
+
+SRC_TEST="do parallel"
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.940.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.940.0.ebuild
new file mode 100644
index 000000000000..2984cf101598
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.940.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=1.94
+inherit perl-module
+
+DESCRIPTION="Time zone object base class and factory"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Class-Singleton-1.30.0
+ virtual/perl-File-Spec
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ dev-perl/Module-Runtime
+ >=dev-perl/Params-Validate-0.720.0
+ dev-perl/Try-Tiny
+ virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ virtual/perl-Storable
+ dev-perl/Test-Fatal
+ dev-perl/Test-Requires
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild
new file mode 100644
index 000000000000..3c78317e063d
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=2.01
+inherit perl-module
+
+DESCRIPTION="Time zone object base class and factory"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Class-Singleton-1.30.0
+ virtual/perl-File-Spec
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ dev-perl/Module-Runtime
+ >=dev-perl/Params-Validate-0.720.0
+ dev-perl/Try-Tiny
+ virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Path
+ virtual/perl-File-Temp
+ virtual/perl-Storable
+ dev-perl/Test-Fatal
+ dev-perl/Test-Requires
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.110.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.110.0.ebuild
new file mode 100644
index 000000000000..656618a953ed
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.110.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=2.11
+inherit perl-module
+
+DESCRIPTION="Time zone object base class and factory"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Class-Singleton-1.30.0
+ virtual/perl-File-Spec
+ dev-perl/Module-Runtime
+ >=dev-perl/Params-ValidationCompiler-0.130.0
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ >=dev-perl/Specio-0.150.0
+ dev-perl/Try-Tiny
+ dev-perl/namespace-autoclean
+ virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Path
+ virtual/perl-File-Temp
+ virtual/perl-Storable
+ dev-perl/Test-Fatal
+ dev-perl/Test-Requires
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/DateTime-TimeZone/Manifest b/dev-perl/DateTime-TimeZone/Manifest
new file mode 100644
index 000000000000..7d8bbb12e296
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone/Manifest
@@ -0,0 +1,11 @@
+DIST DateTime-TimeZone-1.93.tar.gz 891870 SHA256 d97e6387270da0caec089809612a68b97c3e77830ac5b9468d52f5c8fa5218be SHA512 8b9d136dadcbbac0de624e091a19fdeb4b12b62c01d1a550dd32670c841a2c7b7b51066bd1e297010cacda24522b37f23b931535b67859b58b0760ba85f5f7c6 WHIRLPOOL e41d86a65dc405b4b9493c9467544f87923bdc2bf299dc82d9a1b85a24d98c80373201f3d2e92d0aa665acf50dd746fefe91471307a0340367891efa78edfcb0
+DIST DateTime-TimeZone-1.94.tar.gz 898119 SHA256 5fd961b71e7a7f7de6d488e8cf3e443ace1556eaf72c563dc882ff1f8d2536b3 SHA512 9c32d7a89ea66dae197227be22bd609a47875d3b0c5db57cd399eaf723884c967f59bfa24661cf6b9105baea05301391216d08968bb0cc18160ecb4c63dd6bed WHIRLPOOL 6ab29cb005010bf2b791092c5d3f6a5a3d0f629e94eeb438dcb949120bf991abef91591c3d78d10dbd51be63cfd25e0eedd5c902c247e49d9ed97474300e2576
+DIST DateTime-TimeZone-2.01.tar.gz 929462 SHA256 1f673c8156fa42b2030aae46fd7e4c117f229da99dfbc7c57ef9eadd5eaa69e1 SHA512 57c98bbf25cd0aedb8cae72ea9b15042f75d74c776d125c53bdf487202d7fbb643367be3e0ddfb3080661ecec584e0a08b5ec0854f67bc50321da47a699999cf WHIRLPOOL 00511be62642cb19bb1f95b7c374fee85987508820853abade7f7ab512e880a18e539f9ccd4b206b81e698c5be6d0f91bf7ab80eaea708d9a54d98c3785a3eee
+DIST DateTime-TimeZone-2.11.tar.gz 954800 SHA256 a7c0b2581d2bf6d5cc535364099a67678a9f6ee608e5042dff9ef9c4c577ea6b SHA512 558d4cd71569c76c0c4128ecc7a6cff8bd0f2db3b818528fe77a05a9da9eac26edde163b9ddd20cd994c4cc571216594ee2db0214fd3ca8b2aac5888d9c79a47 WHIRLPOOL 65ff8207885c3c3c1b83606a77c00a752fe799d9531a0ddcd5ee63601136539545155955994859a9fa007cd23b5f5ce7a384cbd210beb5eeae786304e0c6602f
+EBUILD DateTime-TimeZone-1.930.0.ebuild 901 SHA256 0f179c8276479268e70ce8c3c58a394ffa5ea6c273631e6b36c7440ba5a79263 SHA512 c03ddce50c6abc673f14744a46c2fbe6017888c0ac5a7c24bf2faf195d779854aa97d511215c2ebdb20c5e7f35b67c24cd7ac828036f3263f48d9bb21156fbbc WHIRLPOOL c9a30b739ccca0c2a4f0f7a7b2500430906a13208674a02699e3992025733eb41f64a16c5fe63ef7d6f34434a43f38f630cf832444fa6eb73a8f3a9d3fe07d17
+EBUILD DateTime-TimeZone-1.940.0.ebuild 868 SHA256 346e0e9d0b772905a5ded2d4a1d8badfb3b346cf78a47ef5a7b8727454c07199 SHA512 095d3a8147841b8e9e5abf595b02f36d40b26da5956335156c5fcc1c2c3b651d621b23e227cd7e4c91e2dc13abce8197e27f4a88da1b1f726f2fd1af2d6271ab WHIRLPOOL b245c0e683bb0dc3316b1b097823c540ed23fc12f19fabb5bdd3ef792c9db17f711314c11744480e0a5ffa8bbc59941966db86d4f33e4eed7e2b35338526fb0f
+EBUILD DateTime-TimeZone-2.10.0.ebuild 868 SHA256 8d538b2c460357256a5655729ab6429f7f738ace7a048df2044e9d6d0d38b6b3 SHA512 aacdf2009c6e27851bde690f5dff9c8fc3766be959f9cf9cfcea8078e73083d2d0e1fc0782cc0704c870ed9feaccf67b58ee3f30b2d158ba34b4e9b36eefc4e9 WHIRLPOOL 2e1e8762f13a63cb285edfc65f4b208de4981b2a82d31f40958fbbf024a5a009811a9a4aa0d09bc39662cca43f5896c329a96a39dd360edb5724b5d32fe5b955
+EBUILD DateTime-TimeZone-2.110.0.ebuild 859 SHA256 091d83488dc781935268d08e167a736c6bb8820012d31c869af7b1eb37f2035a SHA512 37731a454f4b10897effa43f4b5429f5985e7540c8f8e639f8d95c094b4c783dd8d7ca8c9b467d4a74a1bc0b2e31e7d09d52f7fafd6a98fb1911c46d66db7fb7 WHIRLPOOL 0dcf41b44f8eb0c72baa2567694f3db15020cef2c7fc63a9838f3e4c15a5aaa235bc042b380f78fcad1e9ce75356c3b90b899e163ebaf066daa472ab9319beeb
+MISC ChangeLog 4455 SHA256 1cc16eb3a5cd64c9f199b84a706c81cbfe2db21992566008433b362acd23f40e SHA512 ce04d466ca722e6a0485e9decb5fa7ec9eb12a7af05570c2079687d05c3141ad89ae38c7efee7d87bd66b779b188d55c498e37b3d55e2b091b57466358a27728 WHIRLPOOL a34608eb6696882a155a9a6349c49968f15744e081da57cb150748797e89f83aaa9eaad7411abd6d4adb1efa077c3d0069de29a938bce672bab6696ab7515b40
+MISC ChangeLog-2015 36161 SHA256 e9049b78fb80425f2eaf5898f99d9bd78851382bad59bd05bfdce23648006a5c SHA512 bc74ddffb3f193e49fddbf6ed57058a7b0840c30262cadd6f1152ed932ba0e64cc81ace78b35485be2db824e8e565e56b9a52a8798b5ec72b13184dfb1c60b94 WHIRLPOOL 7c0d75437c7904e5101804fa977f4aed142a58acd9487f97b80449d2f2dfb26c9c8c0eeecfb7d758852c8e688b127cecebf6ca3665a5455ba804e53ebbc04cd1
+MISC metadata.xml 31072 SHA256 640bf3b4c083ef567dffec0ba05b267aeaffd4fcb46f32dc64e5bd6a7d8c663a SHA512 48a013c39c41bedd29a9a151a48afc237b59d491ae8542dc6881b918191b80e08a034a127c82108cf6e474509ff9ae28e797ec31285ce96f7dafa71aa9de7440 WHIRLPOOL a8815724f940664dd25ac873a276ca5b0dd970235a7464be6f2286553cb96a6f9e64d75598c52103b1fd046c23d7eb856b1a651018c38f03d3c419db3ce8a53c
diff --git a/dev-perl/DateTime-TimeZone/metadata.xml b/dev-perl/DateTime-TimeZone/metadata.xml
new file mode 100644
index 000000000000..b1c62de8be9b
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone/metadata.xml
@@ -0,0 +1,381 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">DateTime-TimeZone</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Abidjan</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Accra</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Algiers</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Bissau</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Cairo</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Casablanca</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Ceuta</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::El_Aaiun</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Johannesburg</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Khartoum</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Lagos</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Maputo</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Monrovia</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Nairobi</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Ndjamena</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Tripoli</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Tunis</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Africa::Windhoek</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Adak</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Anchorage</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Araguaina</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Argentina::Buenos_Aires</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Argentina::Catamarca</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Argentina::Cordoba</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Argentina::Jujuy</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Argentina::La_Rioja</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Argentina::Mendoza</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Argentina::Rio_Gallegos</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Argentina::Salta</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Argentina::San_Juan</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Argentina::San_Luis</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Argentina::Tucuman</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Argentina::Ushuaia</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Asuncion</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Atikokan</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Bahia</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Bahia_Banderas</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Barbados</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Belem</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Belize</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Blanc_Sablon</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Boa_Vista</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Bogota</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Boise</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Cambridge_Bay</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Campo_Grande</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Cancun</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Caracas</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Cayenne</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Chicago</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Chihuahua</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Costa_Rica</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Creston</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Cuiaba</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Curacao</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Danmarkshavn</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Dawson</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Dawson_Creek</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Denver</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Detroit</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Edmonton</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Eirunepe</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::El_Salvador</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Fort_Nelson</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Fortaleza</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Glace_Bay</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Godthab</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Goose_Bay</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Grand_Turk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Guatemala</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Guayaquil</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Guyana</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Halifax</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Havana</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Hermosillo</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Indiana::Indianapolis</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Indiana::Knox</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Indiana::Marengo</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Indiana::Petersburg</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Indiana::Tell_City</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Indiana::Vevay</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Indiana::Vincennes</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Indiana::Winamac</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Inuvik</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Iqaluit</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Jamaica</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Juneau</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Kentucky::Louisville</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Kentucky::Monticello</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::La_Paz</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Lima</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Los_Angeles</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Maceio</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Managua</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Manaus</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Martinique</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Matamoros</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Mazatlan</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Menominee</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Merida</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Metlakatla</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Mexico_City</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Miquelon</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Moncton</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Monterrey</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Montevideo</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Nassau</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::New_York</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Nipigon</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Nome</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Noronha</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::North_Dakota::Beulah</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::North_Dakota::Center</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::North_Dakota::New_Salem</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Ojinaga</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Panama</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Pangnirtung</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Paramaribo</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Phoenix</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Port_au_Prince</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Port_of_Spain</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Porto_Velho</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Puerto_Rico</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Punta_Arenas</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Rainy_River</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Rankin_Inlet</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Recife</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Regina</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Resolute</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Rio_Branco</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Santarem</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Santiago</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Santo_Domingo</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Sao_Paulo</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Scoresbysund</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Sitka</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::St_Johns</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Swift_Current</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Tegucigalpa</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Thule</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Thunder_Bay</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Tijuana</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Toronto</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Vancouver</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Whitehorse</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Winnipeg</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Yakutat</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::America::Yellowknife</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Antarctica::Casey</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Antarctica::Davis</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Antarctica::DumontDUrville</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Antarctica::Macquarie</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Antarctica::Mawson</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Antarctica::Palmer</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Antarctica::Rothera</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Antarctica::Syowa</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Antarctica::Troll</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Antarctica::Vostok</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Almaty</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Amman</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Anadyr</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Aqtau</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Aqtobe</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Ashgabat</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Atyrau</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Baghdad</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Baku</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Bangkok</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Barnaul</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Beirut</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Bishkek</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Brunei</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Chita</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Choibalsan</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Colombo</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Damascus</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Dhaka</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Dili</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Dubai</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Dushanbe</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Famagusta</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Gaza</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Hebron</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Ho_Chi_Minh</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Hong_Kong</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Hovd</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Irkutsk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Jakarta</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Jayapura</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Jerusalem</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Kabul</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Kamchatka</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Karachi</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Kathmandu</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Khandyga</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Kolkata</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Krasnoyarsk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Kuala_Lumpur</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Kuching</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Macau</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Magadan</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Makassar</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Manila</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Nicosia</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Novokuznetsk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Novosibirsk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Omsk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Oral</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Pontianak</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Pyongyang</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Qatar</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Qyzylorda</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Riyadh</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Sakhalin</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Samarkand</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Seoul</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Shanghai</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Singapore</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Srednekolymsk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Taipei</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Tashkent</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Tbilisi</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Tehran</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Thimphu</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Tokyo</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Tomsk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Ulaanbaatar</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Urumqi</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Ust_Nera</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Vladivostok</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Yakutsk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Yangon</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Yekaterinburg</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Asia::Yerevan</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Atlantic::Azores</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Atlantic::Bermuda</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Atlantic::Canary</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Atlantic::Cape_Verde</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Atlantic::Faroe</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Atlantic::Madeira</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Atlantic::Reykjavik</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Atlantic::South_Georgia</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Atlantic::Stanley</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Australia::Adelaide</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Australia::Brisbane</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Australia::Broken_Hill</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Australia::Currie</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Australia::Darwin</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Australia::Eucla</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Australia::Hobart</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Australia::Lindeman</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Australia::Lord_Howe</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Australia::Melbourne</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Australia::Perth</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Australia::Sydney</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::CET</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::CST6CDT</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Catalog</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::EET</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::EST</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::EST5EDT</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Amsterdam</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Andorra</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Astrakhan</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Athens</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Belgrade</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Berlin</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Brussels</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Bucharest</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Budapest</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Chisinau</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Copenhagen</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Dublin</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Gibraltar</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Helsinki</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Istanbul</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Kaliningrad</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Kiev</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Kirov</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Lisbon</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::London</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Luxembourg</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Madrid</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Malta</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Minsk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Monaco</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Moscow</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Oslo</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Paris</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Prague</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Riga</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Rome</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Samara</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Saratov</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Simferopol</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Sofia</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Stockholm</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Tallinn</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Tirane</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Ulyanovsk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Uzhgorod</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Vienna</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Vilnius</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Volgograd</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Warsaw</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Zaporozhye</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Europe::Zurich</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Floating</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::HST</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Indian::Chagos</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Indian::Christmas</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Indian::Cocos</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Indian::Kerguelen</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Indian::Mahe</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Indian::Maldives</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Indian::Mauritius</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Indian::Reunion</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Local</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Local::Android</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Local::Unix</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Local::VMS</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::MET</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::MST</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::MST7MDT</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::OffsetOnly</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::OlsonDB</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::OlsonDB::Change</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::OlsonDB::Observance</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::OlsonDB::Rule</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::OlsonDB::Zone</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::PST8PDT</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Apia</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Auckland</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Bougainville</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Chatham</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Chuuk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Easter</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Efate</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Enderbury</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Fakaofo</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Fiji</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Funafuti</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Galapagos</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Gambier</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Guadalcanal</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Guam</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Honolulu</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Kiritimati</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Kosrae</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Kwajalein</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Majuro</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Marquesas</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Nauru</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Niue</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Norfolk</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Noumea</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Pago_Pago</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Palau</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Pitcairn</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Pohnpei</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Port_Moresby</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Rarotonga</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Tahiti</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Tarawa</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Tongatapu</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Wake</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::Pacific::Wallis</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::UTC</remote-id>
+ <remote-id type="cpan-module">DateTime::TimeZone::WET</remote-id>
+ </upstream>
+</pkgmetadata>