[libdatetime-perl] 01/10: Merge tag 'upstream/1.26'

Lucas Kanashiro kanashiro.duarte at gmail.com
Wed May 11 16:45:41 UTC 2016


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

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

commit edd6c2500e92ec1c60b3cdc764fdd541bf4add0f
Merge: 62188e9 cde484f
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed May 11 11:34:21 2016 -0300

    Merge tag 'upstream/1.26'
    
    Upstream version 1.26
    
    # gpg: Signature made Wed 11 May 2016 11:33:01 AM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 8ED6 C3F8 BAC9 DB7F C130  A870 F823 A272 9883 C97C

 Build.PL                                           |   89 -
 CONTRIBUTING.md                                    |  131 +
 Changes                                            |   46 +
 lib/DateTime.xs => DateTime.xs                     |    0
 INSTALL                                            |    8 +-
 LICENSE                                            |    2 +-
 MANIFEST                                           |   30 +-
 META.json                                          |  481 ++-
 META.yml                                           |  417 ++-
 Makefile.PL                                        |   89 +
 README.md                                          | 3121 ++++++++++----------
 _build/auto_features                               |    2 -
 _build/build_params                                |  156 -
 _build/cleanup                                     |    8 -
 _build/config_data                                 |    2 -
 _build/features                                    |    2 -
 _build/magicnum                                    |    1 -
 _build/notes                                       |    2 -
 _build/prereqs                                     |   37 -
 _build/runtime_params                              |    4 -
 cpanfile                                           |   12 +-
 dist.ini                                           |   27 +-
 .../LeapSecondsHeader.pm                           |  106 +-
 inc/MyModuleBuild.pm                               |   25 -
 c/leap_seconds.h => leap_seconds.h                 |   13 +-
 lib/DateTime.pm                                    |  138 +-
 lib/DateTime/Duration.pm                           |   40 +-
 lib/DateTime/Helpers.pm                            |    2 +-
 lib/DateTime/Infinite.pm                           |   73 +-
 lib/DateTime/LeapSecond.pm                         |   20 +-
 lib/DateTime/PP.pm                                 |    2 +-
 lib/DateTime/PPExtra.pm                            |    2 +-
 c/ppport.h => ppport.h                             |    8 +-
 t/00-report-prereqs.dd                             |   12 +-
 t/00-report-prereqs.t                              |    2 +-
 t/01sanity.t                                       |    4 +-
 t/03components.t                                   |   20 +-
 t/04epoch.t                                        |   60 +-
 t/05set.t                                          |    8 +-
 t/06add.t                                          |   56 +-
 t/07compare.t                                      |   16 +-
 t/10subtract.t                                     |   76 +-
 t/11duration.t                                     |    2 +-
 t/13strftime.t                                     |    4 +-
 t/19leap-second.t                                  |  224 +-
 t/20infinite.t                                     |   19 +
 t/24from-object.t                                  |   11 +
 t/27delta.t                                        |    8 +-
 t/30future-tz.t                                    |   12 +-
 t/32leap-second2.t                                 |   44 +-
 t/34set-tz.t                                       |    4 +-
 t/36invalid-local.t                                |   12 +-
 t/37local-add.t                                    |   16 +-
 t/38local-subtract.t                               |   72 +-
 t/46warnings.t                                     |    3 +-
 t/author-eol.t                                     |    6 +-
 t/author-no-tabs.t                                 |    6 +-
 t/author-pod-spell.t                               |    6 +-
 t/{release-pod-syntax.t => author-pod-syntax.t}    |    5 +-
 t/author-pp-is-loaded.t                            |   25 +
 t/author-xs-is-loaded.t                            |   21 +
 t/{release-load-is-xs.t => release-meta-json.t}    |   12 +-
 t/release-pod-coverage.t                           |   11 +-
 t/release-pp-01sanity.t                            |    4 +-
 t/release-pp-03components.t                        |   20 +-
 t/release-pp-04epoch.t                             |   60 +-
 t/release-pp-05set.t                               |    8 +-
 t/release-pp-06add.t                               |   56 +-
 t/release-pp-07compare.t                           |   16 +-
 t/release-pp-10subtract.t                          |   76 +-
 t/release-pp-11duration.t                          |    2 +-
 t/release-pp-13strftime.t                          |    4 +-
 t/release-pp-19leap-second.t                       |  224 +-
 t/release-pp-20infinite.t                          |   19 +
 t/release-pp-24from-object.t                       |   11 +
 t/release-pp-27delta.t                             |    8 +-
 t/release-pp-30future-tz.t                         |   12 +-
 t/release-pp-32leap-second2.t                      |   44 +-
 t/release-pp-34set-tz.t                            |    4 +-
 t/release-pp-36invalid-local.t                     |   12 +-
 t/release-pp-37local-add.t                         |   16 +-
 t/release-pp-38local-subtract.t                    |   72 +-
 t/release-pp-46warnings.t                          |    3 +-
 weaver.ini                                         |   17 -
 84 files changed, 3574 insertions(+), 2987 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