[libstring-errf-perl] branch master updated (c9cbcdd -> a68c7bf)
Lucas Kanashiro
kanashiro at moszumanska.debian.org
Thu Jul 21 15:12:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro pushed a change to branch master
in repository libstring-errf-perl.
from c9cbcdd update changelog
adds ce39254 first working draft
adds debb252 tests for pluralization
adds 705bc78 clean up / reorganize hunks of code
adds e127fcf implement pluralization of -y words
adds d2d9c63 test for localization of display and for UTC
adds 4826cda zone for display is totally informational
adds e183041 make it installable
adds f0dfb67 -ch also pluralizes with -es
adds 8096813 move test data under t for now
adds 93c85b7 some basic docs started
adds faabca0 rewrite formats in terms of a single arg processor
adds 33942f7 fully document, leading to some better behavior
adds 8ba3533 prep release
adds 0d3389e v0.001
adds 512f90e fix crazy perl prereq
adds 5b311cb v0.002
adds 5835e59 use Time::Piece instead of Date::Format
adds a1f10da skip foreign tz
adds 8d5528a v0.003
adds b9cd277 Fix test breakage with different timezones
adds 28b754f make the skip into a TODO
adds 3c6682e use subtests so we can plan easily
adds 527d473 v0.004
adds 0a50c68 v0.005
adds 25535c4 avoid %T, it does not seem portable to win32
adds bdc942a v0.006
adds ea6494d s/base/parent
adds cfe86a0 note that you must import errf
adds 343eedd reject some invalid input more violently
adds 81b1c76 v0.007
adds 0aa601e add space for package version via PkgVersion
adds 2742000 switch from JSON to JSON::MaybeXS
adds 1a2ba16 add an on_undef handler
adds 44dd136 v0.008
adds 04dd6f6 Imported Upstream version 0.008
new 93f2f66 Merge tag 'upstream/0.008'
new 7b4eed9 Update debian/changelog
new 081e560 Update years of upstream copyright
new 4742faa Update Debian packaging copyright
new 850ab2c Declare compliance with Debian policy 3.9.8
new 7895870 debian/control: remove explicitly dependency on libtest-simple-perl, already satisfied in oldstable
new a326930 debian/control: use libjson-maybexs-perl instead of libjson-perl
new a68c7bf Releasing libstring-errf-perl version 0.008-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:
Changes | 3 +
LICENSE | 8 +-
MANIFEST | 6 +-
META.json | 315 ++++++++++++++++++++++++++++++---------
META.yml | 287 ++++++++++++++++++++++++-----------
Makefile.PL | 23 ++-
README | 6 +-
debian/changelog | 15 +-
debian/control | 9 +-
debian/copyright | 3 +-
lib/String/Errf.pm | 239 ++++++++++++++++++++++++++++-
t/00-report-prereqs.dd | 41 +++++
t/00-report-prereqs.t | 183 +++++++++++++++++++++++
t/000-report-versions-tiny.t | 83 -----------
t/basic.t | 28 +++-
xt/author/pod-syntax.t | 7 +
xt/release/changes_has_content.t | 2 +-
xt/release/pod-syntax.t | 7 -
18 files changed, 975 insertions(+), 290 deletions(-)
create mode 100644 t/00-report-prereqs.dd
create mode 100644 t/00-report-prereqs.t
delete mode 100644 t/000-report-versions-tiny.t
create mode 100644 xt/author/pod-syntax.t
delete mode 100644 xt/release/pod-syntax.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstring-errf-perl.git
More information about the Pkg-perl-cvs-commits
mailing list