[libdatetime-perl] 01/04: Merge tag 'upstream/1.27'

gregor herrmann gregoa at debian.org
Sat May 21 15:38:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdatetime-perl.

commit c9ed7336b1bd6d866457a2ce7046c6d6a31f41d6
Merge: 3e40f7f fb66965
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 21 17:30:33 2016 +0200

    Merge tag 'upstream/1.27'
    
    Upstream version 1.27

 CONTRIBUTING.md                                    |  15 +-
 Changes                                            |   7 +
 MANIFEST                                           | 122 ++---
 META.json                                          | 553 +++++++++++----------
 META.yml                                           | 469 ++++++++---------
 Makefile.PL                                        |   4 +-
 README.md                                          |  32 +-
 cpanfile                                           |  14 +-
 dist.ini                                           |   1 +
 lib/DateTime.pm                                    |  67 ++-
 lib/DateTime/Duration.pm                           |   4 +-
 lib/DateTime/Helpers.pm                            |   2 +-
 lib/DateTime/Infinite.pm                           |   4 +-
 lib/DateTime/LeapSecond.pm                         |   4 +-
 lib/DateTime/PP.pm                                 |   2 +-
 lib/DateTime/PPExtra.pm                            |   2 +-
 perlcriticrc                                       |   9 +
 t/00-report-prereqs.dd                             |  16 +-
 t/29overload.t                                     |   4 +-
 t/47default-time-zone.t                            |  81 +++
 t/author-eol.t                                     | 135 -----
 t/author-mojibake.t                                |  17 -
 t/author-no-tabs.t                                 | 135 -----
 t/release-meta-json.t                              |  12 -
 t/release-tidyall.t                                |  17 -
 tidyall.ini                                        |  27 +-
 xt/author/eol.t                                    |  69 +++
 xt/author/mojibake.t                               |   9 +
 xt/author/no-tabs.t                                |  69 +++
 .../author/pod-coverage.t                          |  16 +-
 t/author-pod-spell.t => xt/author/pod-spell.t      |  10 +-
 t/author-pod-syntax.t => xt/author/pod-syntax.t    |   8 -
 t/release-pp-00load.t => xt/author/pp-00load.t     |   8 -
 t/release-pp-01sanity.t => xt/author/pp-01sanity.t |   8 -
 .../author/pp-02last-day.t                         |   8 -
 .../author/pp-03components.t                       |   8 -
 t/release-pp-04epoch.t => xt/author/pp-04epoch.t   |   8 -
 t/release-pp-05set.t => xt/author/pp-05set.t       |   8 -
 t/release-pp-06add.t => xt/author/pp-06add.t       |   8 -
 .../author/pp-07compare.t                          |   8 -
 t/release-pp-09greg.t => xt/author/pp-09greg.t     |   8 -
 .../author/pp-10subtract.t                         |   8 -
 .../author/pp-11duration.t                         |   8 -
 t/release-pp-12week.t => xt/author/pp-12week.t     |   8 -
 .../author/pp-13strftime.t                         |   8 -
 t/release-pp-14locale.t => xt/author/pp-14locale.t |   8 -
 t/release-pp-15jd.t => xt/author/pp-15jd.t         |   8 -
 .../author/pp-16truncate.t                         |   8 -
 .../author/pp-17set-return.t                       |   8 -
 t/release-pp-18today.t => xt/author/pp-18today.t   |   8 -
 .../author/pp-19leap-second.t                      |   8 -
 .../author/pp-20infinite.t                         |   8 -
 .../author/pp-21bad-params.t                       |   8 -
 .../author/pp-22from-doy.t                         |   8 -
 .../author/pp-23storable.t                         |   8 -
 .../author/pp-24from-object.t                      |   8 -
 .../author/pp-25add-subtract.t                     |   8 -
 t/release-pp-27delta.t => xt/author/pp-27delta.t   |   8 -
 t/release-pp-28dow.t => xt/author/pp-28dow.t       |   8 -
 .../author/pp-29overload.t                         |  12 +-
 .../author/pp-30future-tz.t                        |   8 -
 .../author/pp-31formatter.t                        |   8 -
 .../author/pp-32leap-second2.t                     |   8 -
 .../author/pp-33seconds-offset.t                   |   8 -
 t/release-pp-34set-tz.t => xt/author/pp-34set-tz.t |   8 -
 .../author/pp-35rd-values.t                        |   8 -
 .../author/pp-36invalid-local.t                    |   8 -
 .../author/pp-37local-add.t                        |   8 -
 .../author/pp-38local-subtract.t                   |   8 -
 .../author/pp-40leap-years.t                       |   8 -
 .../author/pp-41cldr-format.t                      |   8 -
 .../author/pp-42duration-class.t                   |   8 -
 .../author/pp-43new-params.t                       |   8 -
 .../author/pp-44set-formatter.t                    |   8 -
 .../author/pp-45core-time.t                        |   8 -
 .../author/pp-46warnings.t                         |   8 -
 xt/author/pp-47default-time-zone.t                 |  86 ++++
 .../author/pp-is-loaded.t                          |  10 +-
 .../author/test-all-my-deps.t                      |  10 +-
 .../author/test-version.t                          |  11 +-
 .../author/xs-is-loaded.t                          |   9 +-
 .../release/cpan-changes.t                         |   8 -
 xt/release/meta-json.t                             |   4 +
 .../release/pod-linkcheck.t                        |   8 -
 .../release/portability.t                          |   8 -
 xt/release/tidyall.t                               |  12 +
 86 files changed, 1083 insertions(+), 1375 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-perl.git



More information about the Pkg-perl-cvs-commits mailing list