Imported Upstream version 1.65 upstream/1.65
authorTizenOpenSource <tizenopensrc@samsung.com>
Tue, 13 Feb 2024 04:46:26 +0000 (13:46 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Tue, 13 Feb 2024 04:46:26 +0000 (13:46 +0900)
commit22b962906fecebd5527487150f6dd79d69fb8246
tree73bd309940b4d8e4a805b74c3a6f42cb7f589417
parente9b7f00697933297a075760ccef76ba7a860c9d3
Imported Upstream version 1.65
150 files changed:
CODE_OF_CONDUCT.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
CREDITS [new file with mode: 0644]
Changes [new file with mode: 0644]
DateTime.xs [new file with mode: 0644]
INSTALL [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.json [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO [new file with mode: 0644]
azure-pipelines.yml [new file with mode: 0644]
cpanfile [new file with mode: 0644]
dev-bin/install-xt-tools.sh [new file with mode: 0755]
dist.ini [new file with mode: 0644]
git/hooks/pre-commit.sh [new file with mode: 0755]
git/setup.pl [new file with mode: 0755]
inc/LeapSecondsHeader.pm [new file with mode: 0644]
leap_seconds.h [new file with mode: 0644]
leaptab.txt [new file with mode: 0644]
lib/DateTime.pm [new file with mode: 0644]
lib/DateTime/Conflicts.pm [new file with mode: 0644]
lib/DateTime/Duration.pm [new file with mode: 0644]
lib/DateTime/Helpers.pm [new file with mode: 0644]
lib/DateTime/Infinite.pm [new file with mode: 0644]
lib/DateTime/LeapSecond.pm [new file with mode: 0644]
lib/DateTime/PP.pm [new file with mode: 0644]
lib/DateTime/PPExtra.pm [new file with mode: 0644]
lib/DateTime/Types.pm [new file with mode: 0644]
perlcriticrc [new file with mode: 0644]
perltidyrc [new file with mode: 0644]
ppport.h [new file with mode: 0644]
precious.toml [new file with mode: 0644]
t/00-report-prereqs.dd [new file with mode: 0644]
t/00-report-prereqs.t [new file with mode: 0644]
t/00load.t [new file with mode: 0644]
t/01sanity.t [new file with mode: 0644]
t/02last-day.t [new file with mode: 0644]
t/03components.t [new file with mode: 0644]
t/04epoch.t [new file with mode: 0644]
t/05set.t [new file with mode: 0644]
t/06add.t [new file with mode: 0644]
t/07compare.t [new file with mode: 0644]
t/09greg.t [new file with mode: 0644]
t/10subtract.t [new file with mode: 0644]
t/11duration.t [new file with mode: 0644]
t/12week.t [new file with mode: 0644]
t/13strftime.t [new file with mode: 0644]
t/14locale.t [new file with mode: 0644]
t/15jd.t [new file with mode: 0644]
t/16truncate.t [new file with mode: 0644]
t/17set-return.t [new file with mode: 0644]
t/18today.t [new file with mode: 0644]
t/19leap-second.t [new file with mode: 0644]
t/20infinite.t [new file with mode: 0644]
t/21bad-params.t [new file with mode: 0644]
t/22from-doy.t [new file with mode: 0644]
t/23storable.t [new file with mode: 0644]
t/24from-object.t [new file with mode: 0644]
t/25add-subtract.t [new file with mode: 0644]
t/26dt-leapsecond-pm.t [new file with mode: 0644]
t/27delta.t [new file with mode: 0644]
t/28dow.t [new file with mode: 0644]
t/29overload.t [new file with mode: 0644]
t/30future-tz.t [new file with mode: 0644]
t/31formatter.t [new file with mode: 0644]
t/32leap-second2.t [new file with mode: 0644]
t/33seconds-offset.t [new file with mode: 0644]
t/34set-tz.t [new file with mode: 0644]
t/35rd-values.t [new file with mode: 0644]
t/36invalid-local.t [new file with mode: 0644]
t/37local-add.t [new file with mode: 0644]
t/38local-subtract.t [new file with mode: 0644]
t/39no-so.t [new file with mode: 0644]
t/40leap-years.t [new file with mode: 0644]
t/41cldr-format.t [new file with mode: 0644]
t/42duration-class.t [new file with mode: 0644]
t/43new-params.t [new file with mode: 0644]
t/44set-formatter.t [new file with mode: 0644]
t/45core-time.t [new file with mode: 0644]
t/46warnings.t [new file with mode: 0644]
t/47default-time-zone.t [new file with mode: 0644]
t/48rt-115983.t [new file with mode: 0644]
t/49-without-sub-util.t [new file with mode: 0644]
t/zzz-check-breaks.t [new file with mode: 0644]
xt/author/clean-namespaces.t [new file with mode: 0644]
xt/author/eol.t [new file with mode: 0644]
xt/author/mojibake.t [new file with mode: 0644]
xt/author/no-tabs.t [new file with mode: 0644]
xt/author/pod-coverage.t [new file with mode: 0644]
xt/author/pod-spell.t [new file with mode: 0644]
xt/author/pod-syntax.t [new file with mode: 0644]
xt/author/portability.t [new file with mode: 0644]
xt/author/pp-00load.t [new file with mode: 0644]
xt/author/pp-01sanity.t [new file with mode: 0644]
xt/author/pp-02last-day.t [new file with mode: 0644]
xt/author/pp-03components.t [new file with mode: 0644]
xt/author/pp-04epoch.t [new file with mode: 0644]
xt/author/pp-05set.t [new file with mode: 0644]
xt/author/pp-06add.t [new file with mode: 0644]
xt/author/pp-07compare.t [new file with mode: 0644]
xt/author/pp-09greg.t [new file with mode: 0644]
xt/author/pp-10subtract.t [new file with mode: 0644]
xt/author/pp-11duration.t [new file with mode: 0644]
xt/author/pp-12week.t [new file with mode: 0644]
xt/author/pp-13strftime.t [new file with mode: 0644]
xt/author/pp-14locale.t [new file with mode: 0644]
xt/author/pp-15jd.t [new file with mode: 0644]
xt/author/pp-16truncate.t [new file with mode: 0644]
xt/author/pp-17set-return.t [new file with mode: 0644]
xt/author/pp-18today.t [new file with mode: 0644]
xt/author/pp-19leap-second.t [new file with mode: 0644]
xt/author/pp-20infinite.t [new file with mode: 0644]
xt/author/pp-21bad-params.t [new file with mode: 0644]
xt/author/pp-22from-doy.t [new file with mode: 0644]
xt/author/pp-23storable.t [new file with mode: 0644]
xt/author/pp-24from-object.t [new file with mode: 0644]
xt/author/pp-25add-subtract.t [new file with mode: 0644]
xt/author/pp-27delta.t [new file with mode: 0644]
xt/author/pp-28dow.t [new file with mode: 0644]
xt/author/pp-29overload.t [new file with mode: 0644]
xt/author/pp-30future-tz.t [new file with mode: 0644]
xt/author/pp-31formatter.t [new file with mode: 0644]
xt/author/pp-32leap-second2.t [new file with mode: 0644]
xt/author/pp-33seconds-offset.t [new file with mode: 0644]
xt/author/pp-34set-tz.t [new file with mode: 0644]
xt/author/pp-35rd-values.t [new file with mode: 0644]
xt/author/pp-36invalid-local.t [new file with mode: 0644]
xt/author/pp-37local-add.t [new file with mode: 0644]
xt/author/pp-38local-subtract.t [new file with mode: 0644]
xt/author/pp-40leap-years.t [new file with mode: 0644]
xt/author/pp-41cldr-format.t [new file with mode: 0644]
xt/author/pp-42duration-class.t [new file with mode: 0644]
xt/author/pp-43new-params.t [new file with mode: 0644]
xt/author/pp-44set-formatter.t [new file with mode: 0644]
xt/author/pp-45core-time.t [new file with mode: 0644]
xt/author/pp-46warnings.t [new file with mode: 0644]
xt/author/pp-47default-time-zone.t [new file with mode: 0644]
xt/author/pp-48rt-115983.t [new file with mode: 0644]
xt/author/pp-49-without-sub-util.t [new file with mode: 0644]
xt/author/precious.t [new file with mode: 0644]
xt/author/test-version.t [new file with mode: 0644]
xt/extra/pp-is-loaded.t [new file with mode: 0644]
xt/extra/test-all-my-deps.t [new file with mode: 0644]
xt/extra/test-ignores-env-vars.t [new file with mode: 0644]
xt/extra/xs-is-loaded.t [new file with mode: 0644]
xt/release/cpan-changes.t [new file with mode: 0644]
xt/release/meta-json.t [new file with mode: 0644]