Codebase list libdatetime-timezone-tzfile-perl / upstream/0.008
Imported Upstream version 0.008 Xavier Guimard 10 years ago
8 changed file(s) with 58 addition(s) and 41 deletion(s). Raw diff Collapse all Expand all
2424 requires => {
2525 "Carp" => 0,
2626 "Date::ISO8601" => 0,
27 "DateTime::TimeZone::SystemV" => "0.002",
27 "DateTime::TimeZone::SystemV" => "0.007",
2828 "IO::File" => "1.13",
2929 "IO::Handle" => "1.08",
3030 "Params::Classify" => 0,
3535 },
3636 dynamic_config => 0,
3737 meta_add => { distribution_type => "module" },
38 meta_merge => {
39 resources => {
40 repository => "git://git.fysh.org/zefram/".
41 "DateTime-TimeZone-Tzfile.git",
42 },
43 },
3844 create_makefile_pl => "passthrough",
3945 sign => 1,
4046 )->create_build_script;
0 version 0.008; 2013-07-14
1
2 * bugfix: require bugfixed version of DateTime::TimeZone::SystemV to
3 handle POSIX-TZ field showing transitions occurring at 24:00
4
5 * in META.{yml,json}, point to public git repository
6
07 version 0.007; 2012-03-10
18
29 * bugfix: recognise zone disuse indicator if it comes in the form of
33 "Andrew Main (Zefram) <zefram@fysh.org>"
44 ],
55 "dynamic_config" : 0,
6 "generated_by" : "Module::Build version 0.4, CPAN::Meta::Converter version 2.112621",
6 "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
77 "license" : [
88 "perl_5"
99 ],
1515 "prereqs" : {
1616 "build" : {
1717 "requires" : {
18 "Date::ISO8601" : 0,
18 "Date::ISO8601" : "0",
1919 "IO::File" : "1.13",
20 "Module::Build" : 0,
21 "Test::More" : 0,
20 "Module::Build" : "0",
21 "Test::More" : "0",
2222 "perl" : "5.006",
23 "strict" : 0,
24 "warnings" : 0
23 "strict" : "0",
24 "warnings" : "0"
2525 }
2626 },
2727 "configure" : {
2828 "requires" : {
29 "Module::Build" : 0,
29 "Module::Build" : "0",
3030 "perl" : "5.006",
31 "strict" : 0,
32 "warnings" : 0
31 "strict" : "0",
32 "warnings" : "0"
3333 }
3434 },
3535 "runtime" : {
3636 "requires" : {
37 "Carp" : 0,
38 "Date::ISO8601" : 0,
39 "DateTime::TimeZone::SystemV" : "0.002",
37 "Carp" : "0",
38 "Date::ISO8601" : "0",
39 "DateTime::TimeZone::SystemV" : "0.007",
4040 "IO::File" : "1.13",
4141 "IO::Handle" : "1.08",
42 "Params::Classify" : 0,
43 "integer" : 0,
42 "Params::Classify" : "0",
43 "integer" : "0",
4444 "perl" : "5.006",
45 "strict" : 0,
46 "warnings" : 0
45 "strict" : "0",
46 "warnings" : "0"
4747 }
4848 }
4949 },
5050 "provides" : {
5151 "DateTime::TimeZone::Tzfile" : {
5252 "file" : "lib/DateTime/TimeZone/Tzfile.pm",
53 "version" : "0.007"
53 "version" : "0.008"
5454 }
5555 },
5656 "release_status" : "stable",
5757 "resources" : {
5858 "license" : [
5959 "http://dev.perl.org/licenses/"
60 ]
60 ],
61 "repository" : {
62 "url" : "git://git.fysh.org/zefram/DateTime-TimeZone-Tzfile.git"
63 }
6164 },
62 "version" : "0.007"
65 "version" : "0.008"
6366 }
1515 strict: 0
1616 warnings: 0
1717 dynamic_config: 0
18 generated_by: 'Module::Build version 0.4, CPAN::Meta::Converter version 2.112621'
18 generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921'
1919 license: perl
2020 meta-spec:
2121 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2424 provides:
2525 DateTime::TimeZone::Tzfile:
2626 file: lib/DateTime/TimeZone/Tzfile.pm
27 version: 0.007
27 version: 0.008
2828 requires:
2929 Carp: 0
3030 Date::ISO8601: 0
31 DateTime::TimeZone::SystemV: 0.002
31 DateTime::TimeZone::SystemV: 0.007
3232 IO::File: 1.13
3333 IO::Handle: 1.08
3434 Params::Classify: 0
3838 warnings: 0
3939 resources:
4040 license: http://dev.perl.org/licenses/
41 version: 0.007
41 repository: git://git.fysh.org/zefram/DateTime-TimeZone-Tzfile.git
42 version: 0.008
0 # Note: this file was auto-generated by Module::Build::Compat version 0.40
0 # Note: this file was auto-generated by Module::Build::Compat version 0.4003
11 require 5.006;
22
33 unless (eval "use Module::Build::Compat 0.02; 1" ) {
2424
2525 COPYRIGHT
2626
27 Copyright (C) 2007, 2009, 2010, 2011, 2012
27 Copyright (C) 2007, 2009, 2010, 2011, 2012, 2013
2828 Andrew Main (Zefram) <zefram@fysh.org>
2929
3030 LICENSE
00 This file contains message digests of all files listed in MANIFEST,
1 signed via the Module::Signature module, version 0.68.
1 signed via the Module::Signature module, version 0.70.
22
33 To verify the content in this distribution, first make sure you have
44 Module::Signature installed, then type:
1414 Hash: SHA1
1515
1616 SHA1 39b83fb4caa81801a2a6f26e1f96241c958dafac .gitignore
17 SHA1 63287b536ca4d7fd1e22e3a230cd6cac8372a85a Build.PL
18 SHA1 b9de5652a1134e21423fb7ec9034e8d9bbeb641f Changes
17 SHA1 44b3807230424fb4c419318dc4e628fea696d770 Build.PL
18 SHA1 0d6c9f45c8ea6aff2c19a3a6693c37da506e34d9 Changes
1919 SHA1 580c27eeabb5bfdd069eecf6d14377faa26a9271 MANIFEST
20 SHA1 1df06254caedcccfcc9ddc41ad0dc6c074c52284 META.json
21 SHA1 2ded9d334c06ccaca727005fb13f29ba839075cf META.yml
22 SHA1 a249be72fc0b310375871d710790dd94e08a12f0 Makefile.PL
23 SHA1 1b9502d4601cb9ab08eaa4bcd49bff5a4723b0b9 README
24 SHA1 a7296578f7c12a5ee0e309568408959a23de124d lib/DateTime/TimeZone/Tzfile.pm
20 SHA1 0b24f96d6c14d91987e7788928b830b4b34d7e02 META.json
21 SHA1 a3a861774c94133614f9ee2bb4d087910374b0bf META.yml
22 SHA1 d644f6f709bd3f1269c64f491a7a34a0b7fad19f Makefile.PL
23 SHA1 f7bcb6666d4aec3bc580cacd1ee8d90bc7e0f8f5 README
24 SHA1 5c57b9a0cd8c59324832b8dfa8716e2337b9341d lib/DateTime/TimeZone/Tzfile.pm
2525 SHA1 aee65210dec1a21938a8f9e26eae8e74a06849c3 t/Davis.tz
2626 SHA1 d297f080067251860bb860aadb42540757ccb5c1 t/Kaliningrad.tz
2727 SHA1 e203aaf15eecc56c069b59f482f8ae3655c249a9 t/London.tz
3535 SHA1 904d9a4f76525e2303e4b0c168c68230f223c8de t/pod_cvg.t
3636 SHA1 65c75abdef6f01a5d1588a307f2ddfe2333dc961 t/pod_syn.t
3737 -----BEGIN PGP SIGNATURE-----
38 Version: GnuPG v1.4.10 (GNU/Linux)
38 Version: GnuPG v1.4.12 (GNU/Linux)
3939
40 iEYEARECAAYFAk9bsbUACgkQOV9mt2VyAVGVPQCeLxJ1AuU8/sMUK6L6eXCL7jTQ
41 zRYAoKC9zcLSQBjRuhnWTQlLehJhyJe5
42 =l/el
40 iEYEARECAAYFAlHjFeEACgkQOV9mt2VyAVFOrwCeJhFofUO0vapl9lQx7nQAp1bj
41 +KoAn0/k39xISYqiO7jEgZNDTYrXCs2H
42 =sCa1
4343 -----END PGP SIGNATURE-----
4646 use IO::Handle 1.08;
4747 use Params::Classify 0.000 qw(is_undef is_string is_ref);
4848
49 our $VERSION = "0.007";
49 our $VERSION = "0.008";
5050
5151 my $rdn_epoch_cjdn = 1721425;
5252
314314 $obs_types[-1] = "zone disuse";
315315 } else {
316316 require DateTime::TimeZone::SystemV;
317 DateTime::TimeZone::SystemV->VERSION("0.002");
317 DateTime::TimeZone::SystemV->VERSION("0.007");
318318 $obs_types[-1] =
319319 DateTime::TimeZone::SystemV->new($late_rule);
320320 }
575575
576576 =head1 COPYRIGHT
577577
578 Copyright (C) 2007, 2009, 2010, 2011, 2012
578 Copyright (C) 2007, 2009, 2010, 2011, 2012, 2013
579579 Andrew Main (Zefram) <zefram@fysh.org>
580580
581581 =head1 LICENSE