This is an automated email from the git hooks/post-receive script. js pushed a commit to annotated tag upstream/1.19 in repository libcatmandu-marc-perl.
commit cbde1e59295f67e410cbcd3ea8837f84fb630440 Author: Patrick Hochstenbach <[email protected]> Date: Wed Jul 12 11:33:32 2017 +0200 Making Travis perl versions in line with Catmandu --- .travis.yml | 4 +++- Changes | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3c1621..65d4f8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,14 @@ language: perl perl: + - "5.26" + - "5.24" - "5.20" - "5.18" - "5.16" - "5.14" - "5.12" - "5.10" -install: +install: - cpanm --quiet --installdeps --notest --force --skip-satisfied . - cpanm --quiet --notest --skip-satisfied Devel::Cover script: diff --git a/Changes b/Changes index 3c8ae4f..14b98b1 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,7 @@ Revision history for Catmandu-MARC - Fixing 0 as false bug when using from/until - Fixing double fix execution bug - Using better subfield defaults for marc_set + - Adding 'marc_cut' fix 1.161 2017-07-06 14:36:29 CEST - Fixing marc_replace_all evaluating search groups -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-marc-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
