[libtext-csv-encoded-perl] branch master updated (224c137 -> f65fe23)
Lucas Kanashiro
kanashiro.duarte at gmail.com
Thu Feb 4 16:52:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a change to branch master
in repository libtext-csv-encoded-perl.
from 224c137 update changelog
adds fc8cced Imported Upstream version 0.25
new 75ba5d0 Merge tag 'upstream/0.25'
new 0d846b9 Update debian/changelog
new 4a49343 Update upstream metadata in d/u/metadata
new 48577a5 Drop tests/ directory from autopkgtest smoke-skip file, no longer available
new 3e74f28 Update years of upstream copyright
new 364a9b5 Update Debian packaging copyright
new 470d812 Set version of dependency libtext-csv-perl to >= 1.31
new 2b1f7b0 Declare compliance with Debian policy 3.9.7
new c0b533e Add a patch fixing spelling error in manpage
new f65fe23 Relasing libtext-csv-encoded-perl version 0.25-1
The 10 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:
LICENSE | 6 +-
MANIFEST | 22 +++----
META.json | 57 ++++++++++++++++++
META.yml | 16 +++--
Makefile.PL | 15 ++---
README | 15 -----
README.pod | 70 ++++++++++++++++++++++
debian/changelog | 17 +++++-
debian/control | 6 +-
debian/copyright | 3 +-
debian/patches/fix-spelling-error-in-manpage.patch | 26 ++++++++
debian/patches/series | 1 +
debian/tests/pkg-perl/smoke-files | 1 -
debian/upstream/metadata | 7 ++-
dist.ini | 54 ++++++++++++++---
lib/Text/CSV/Encoded.pm | 55 ++++++++++++++++-
lib/Text/CSV/Encoded/Coder/Base.pm | 12 ++--
lib/Text/CSV/Encoded/Coder/Encode.pm | 10 +++-
lib/Text/CSV/Encoded/Coder/EncodeGuess.pm | 10 +++-
t/pp_01_base.t | 3 +-
t/pp_02_code.t | 3 +-
t/pp_03_file.t | 4 +-
t/pp_04_uni_but_utf8.t | 3 +-
t/pp_05_guess.t | 3 +-
t/pp_07_coder_check_value.t | 3 +-
t/release-pod-syntax.t | 14 -----
{tests => t/tests}/01_base.t | 0
{tests => t/tests}/02_code.t | 0
{tests => t/tests}/03_file.t | 0
{tests => t/tests}/04_uni_but_utf8.t | 0
{tests => t/tests}/05_guess.t | 0
{tests => t/tests}/06_coder_class.t | 0
{tests => t/tests}/07_coder_check_value_euc-jp.t | 0
t/xs_01_base.t | 3 +-
t/xs_02_code.t | 3 +-
t/xs_03_file.t | 3 +-
xt/author/pod-syntax.t | 7 +++
xt/release/kwalitee.t | 11 ++++
38 files changed, 360 insertions(+), 103 deletions(-)
create mode 100644 META.json
delete mode 100644 README
create mode 100644 README.pod
create mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
create mode 100644 debian/patches/series
delete mode 100644 t/release-pod-syntax.t
rename {tests => t/tests}/01_base.t (100%)
rename {tests => t/tests}/02_code.t (100%)
rename {tests => t/tests}/03_file.t (100%)
rename {tests => t/tests}/04_uni_but_utf8.t (100%)
rename {tests => t/tests}/05_guess.t (100%)
rename {tests => t/tests}/06_coder_class.t (100%)
rename {tests => t/tests}/07_coder_check_value_euc-jp.t (100%)
create mode 100644 xt/author/pod-syntax.t
create mode 100644 xt/release/kwalitee.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-csv-encoded-perl.git
More information about the Pkg-perl-cvs-commits
mailing list