[libdatetime-perl] branch master updated (de66ea9 -> c61727d)

gregor herrmann gregoa at debian.org
Thu Aug 3 01:13:41 UTC 2017


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

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

      from  de66ea9   releasing package libdatetime-perl version 2:1.42-1
      adds  e05a43a   Bump version after release
      adds  30401bd   Add copyright_year to dist.ini
      adds  9da4ae7   Fix typo in ABSTRACT for Types module
      adds  8478c49   Time::Local doesn't always use Unix epoch
      adds  63bf9bb   Merge pull request #53 from haukex/patch-1
      adds  d9946ae   Remove references to Time::Local in the docs
      adds  f21b3b6   Optimize boolification overloading instead of using fallback to stringification
      adds  cf9fc6e   Update to latest patch release of Perl for Travis
      adds  17c26f9   Update tidyall.ini to use global ignores
      adds  c327af9   Sort .stopwords naturally
      adds  724825b   Support date-time separator in datetime()
      adds  7b2b4be   Fix typo in Changes
      adds  275a05b   Tidy code with latest Perl::Tidy
      adds  f9bc452   Add appveyor.yml
      adds  538cfd8   v1.43
      adds  f579b0a   New upstream version 1.43
       new  b4b1734   Updated version 1.43 from 'upstream/1.43'
       new  c0e20f0   Update debian/changelog
       new  37904d4   Update years of upstream and packaging copyright.
       new  85ec280   Declare compliance with Debian Policy 4.0.0.
       new  c61727d   releasing package libdatetime-perl version 2:1.43-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CONTRIBUTING.md             |   5 +-
 Changes                     |  10 +++
 LICENSE                     |   2 +-
 MANIFEST                    |   3 +-
 META.json                   | 208 +++++++++++++++++++++++---------------------
 META.yml                    | 201 +++++++++++++++++++++---------------------
 Makefile.PL                 |   4 +-
 README.md                   |  35 +++++---
 appveyor.yml                |  16 ++++
 cpanfile                    |   2 +
 debian/changelog            |   8 ++
 debian/control              |   2 +-
 debian/copyright            |   4 +-
 dist.ini                    |   1 +
 lib/DateTime.pm             |  71 +++++++++------
 lib/DateTime/Duration.pm    |  15 +++-
 lib/DateTime/Helpers.pm     |   2 +-
 lib/DateTime/Infinite.pm    |  17 ++--
 lib/DateTime/LeapSecond.pm  |  15 +++-
 lib/DateTime/PP.pm          |   2 +-
 lib/DateTime/PPExtra.pm     |   2 +-
 lib/DateTime/Types.pm       |  19 ++--
 ppport.h                    |   8 +-
 t/00-report-prereqs.dd      |   2 +
 t/00-report-prereqs.t       |  18 +++-
 t/03components.t            |   9 +-
 t/48rt-115983.t             |   2 +-
 t/zzz-check-breaks.t        |   6 +-
 tidyall.ini                 |  26 ++----
 xt/author/pod-coverage.t    |   6 +-
 xt/author/pod-spell.t       |   4 +
 xt/author/pp-03components.t |   9 +-
 xt/author/pp-48rt-115983.t  |   2 +-
 33 files changed, 429 insertions(+), 307 deletions(-)
 create mode 100644 appveyor.yml

-- 
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