[libdatetime-perl] branch master updated (d7db548 -> db668a0)
gregor herrmann
gregoa at debian.org
Wed Jan 3 20:14:08 UTC 2018
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libdatetime-perl.
from d7db548 update changelog
adds 160261a Bump version after release
adds 1c04acb Update .travis.yml to test with 5.26.0
adds 54e66bd Fix minor issue in appveyor.yml
adds cfe87dd Revert "Update .travis.yml to test with 5.26.0"
adds 378033e Add Perl 5.26.0 to our .travis.yml
adds fb77ad9 Fix LeapSecondsHeader dzil plugin under 5.26
adds 5aede2f Make the stringify method public
adds d8181bd Merge pull request #62 from houseabsolute/autarch/stringify
adds 802cce3 Add is_last_day_of_month method
adds 3e1c696 Merge pull request #63 from houseabsolute/autarch/is_last_day_of_month
adds 3527c18 v1.44
adds 89555a2 Bump version after release
adds 7fa00fe Fix grammar errors in the docs
adds 6786415 Refactor week year & number calculation to its own method
adds 402373d Redo the week of year calculation with a simpler algorithm
adds b2976c5 Merge pull request #65 from houseabsolute/autarch/local-week
adds dd7c5f5 Enable Travis caching
adds c97f053 Fix =head for method - should be 3 but was 2
adds af97b0a Fix documentation of default negative end_of_month
adds 6556f8e Tidy with the latest perltidy
adds aea7dc3 Remove duplicated hash keys in test code
adds bbe5837 Fix theme selection in perlcriticrc
adds 406fb06 Tidy _all_ code with latest perltidy
adds 352ea89 Simplify Perl version settings in Travis config
adds 34a2dd5 Add month_length, quarter_length and year_length methods
adds 0b56eb6 Require latest Params::ValidationCompiler
adds c855598 Update generated files
adds 22de1e2 v1.45
adds b9fb86b New upstream version 1.45
new b4cfcca Update upstream source from tag 'upstream/1.45'
new 25f979d Update debian/changelog
new 9183a5f Update years of packaging copyright.
new fb1eb0d Make (build) dependency on libparams-validationcompiler-perl versioned.
new a79784d Declare compliance with Debian Policy 4.1.3.
new a9ea9e0 Let cme fix a versioned alternative build dependency.
new f08db25 Update debian/tests/pkg-perl/syntax-skip.
new db668a0 releasing package libdatetime-perl version 2:1.45-1
The 8 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 | 2 +-
Changes | 8 +++
META.json | 87 ++++++++++++++--------------
META.yml | 85 ++++++++++++++--------------
Makefile.PL | 6 +-
README.md | 27 +++++++--
cpanfile | 2 +-
debian/changelog | 17 ++++--
debian/control | 8 +--
debian/copyright | 2 +-
debian/tests/pkg-perl/syntax-skip | 18 +++---
dist.ini | 1 -
lib/DateTime.pm | 115 +++++++++++++++++++++++++++-----------
lib/DateTime/Duration.pm | 20 +++----
lib/DateTime/Helpers.pm | 2 +-
lib/DateTime/Infinite.pm | 6 +-
lib/DateTime/LeapSecond.pm | 4 +-
lib/DateTime/PP.pm | 2 +-
lib/DateTime/PPExtra.pm | 2 +-
lib/DateTime/Types.pm | 4 +-
perlcriticrc | 2 +-
ppport.h | 2 +-
t/00-report-prereqs.dd | 70 +++++++++++------------
t/03components.t | 55 ++++++++++++++++++
t/04epoch.t | 2 +-
t/09greg.t | 4 +-
t/10subtract.t | 2 +-
t/13strftime.t | 6 --
t/19leap-second.t | 2 +-
t/20infinite.t | 2 +-
t/21bad-params.t | 2 +-
t/28dow.t | 2 +-
t/30future-tz.t | 2 +-
t/41cldr-format.t | 3 +-
t/zzz-check-breaks.t | 4 +-
xt/author/pod-coverage.t | 48 ++++++++--------
xt/author/pod-spell.t | 9 ++-
xt/author/pp-03components.t | 55 ++++++++++++++++++
xt/author/pp-04epoch.t | 2 +-
xt/author/pp-09greg.t | 4 +-
xt/author/pp-10subtract.t | 2 +-
xt/author/pp-13strftime.t | 6 --
xt/author/pp-19leap-second.t | 2 +-
xt/author/pp-20infinite.t | 2 +-
xt/author/pp-21bad-params.t | 2 +-
xt/author/pp-28dow.t | 2 +-
xt/author/pp-30future-tz.t | 2 +-
xt/author/pp-41cldr-format.t | 3 +-
48 files changed, 449 insertions(+), 268 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