[libutf8-all-perl] branch master updated (78782ee -> b0f6bb2)

gregor herrmann gregoa at debian.org
Sat Nov 21 19:07:12 UTC 2015


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

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

      from  78782ee   update changelog
      adds  76a646b   Added wrapper for readlink [gh-21]
      adds  ac6dc71   Added test for readpipe, qx, and backtick operator
      adds  522f04e   Rewrote documentation
      adds  89c3f16   Changed readlink test to prevent race conditions when running tests in parallel
      adds  9de4946   Implemented "no utf8::all" [gh-33]
      adds  23a7c8c   Rewrote readpipe test to always work despite sort order of ls command
      adds  c7679c1   Merge branch 'master' into no_utf8_all
      adds  a617120   Merge branch 'no_utf8_all'
      adds  e63bf90   Fixed removal of IO layers
      adds  f4a3437   Tests now correctly handle the PERL_UNICODE env variable and the -C perl command-line flag.
      adds  55a7dbc   Released 0.017
      adds  13b4419   Imported Upstream version 0.017
       new  6482daf   Merge tag 'upstream/0.017'
       new  460cf0d   Update debian/changelog
       new  122dd9b   Bump debhelper compatibility level to 9.
       new  b0f6bb2   releasing package libutf8-all-perl version 0.017-1

The 4 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:
 Build.PL                  |  9 +++--
 Changes                   |  9 +++++
 MANIFEST                  |  5 ++-
 META.json                 | 16 +++++---
 META.yml                  |  6 ++-
 Makefile.PL               | 10 +----
 README                    | 95 -----------------------------------------------
 README.mkdn               | 44 +++++++++++++++-------
 corpus/testfile           |  2 +-
 debian/changelog          |  6 ++-
 debian/compat             |  2 +-
 debian/control            |  2 +-
 lib/utf8/all.pm           | 89 +++++++++++++++++++++++++++++++++-----------
 t/00-compile.t            |  2 +-
 t/ARGV.t                  | 18 ++++++++-
 t/ARGV_nonmain.t          | 12 ++++--
 t/ARGV_twice.t            | 22 ++++++++++-
 t/lexical-again.t         | 56 ++++++++++++++++++++++++----
 t/lexical.t               | 24 ++++++------
 t/open.t                  |  2 +-
 t/readlink.t              | 34 +++++++++++++++++
 t/readpipe.t              | 67 +++++++++++++++++++++++++++++++++
 t/utf8.t                  | 21 +++++++----
 xt/author/eol.t           | 30 +++++++++++++--
 xt/author/no-tabs.t       |  4 +-
 xt/release/meta-json.t    |  4 +-
 xt/release/portability.t  |  1 +
 xt/release/test-version.t | 11 +++---
 28 files changed, 400 insertions(+), 203 deletions(-)
 delete mode 100644 README
 create mode 100644 t/readlink.t
 create mode 100644 t/readpipe.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libutf8-all-perl.git



More information about the Pkg-perl-cvs-commits mailing list