[libutf8-all-perl] branch master updated (9e517c8 -> bbdb06e)

gregor herrmann gregoa at debian.org
Sat Jul 1 18:59:28 UTC 2017


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  9e517c8   releasing package libutf8-all-perl version 0.021-1
      adds  534029d   Set up travis-ci.org build/test
      adds  d8912c8   Test on more perl versions
      adds  244c50b   Don't override email recipients
      adds  83bbd04   Choose a utf-8 encoding that will not break threads.
      adds  ab1b17a   Merge pull request #43 from schwern/no-encoding
      adds  1bf5f2f   Removed trailing spaces and rearranged pod documentation
      adds  eef665c   Updated Dist::Zilla plugin bundle
      adds  3ef02fd   Added Hayo Baan as author
      adds  eef08bb   Add a config for AppVeyor
      adds  e586494   Merge pull request #41 from schwern/appveyor
      adds  2bc350e   Handling utf-8 encoding/decoding errors [gh-35]
      adds  ea6619f   Skipping invalid tests on e.g., Windows, improved test messages
      adds  ac56605   Enabled CPAN distribution
      adds  f443e7d   v0.018
      adds  9a68523   Removed Build.PL, require >= v0.009 of PluginBundle
      adds  3547a4f   v0.019
      adds  6b34d7b   Adaptations for AppVeyor
      adds  145c46a   Using dmake instead of make in AppVeyor config
      adds  afdc66c   Use PerlIO::utf8_strict as the default.
      adds  6bccafd   Merge pull request #44 from schwern/utf8_strict
      adds  a083fd5   Now always using :utf8_strict
      adds  5349303   Added Makefile.PL and README*
      adds  24614bd   Corrected test to actually test working of utf8::all
      adds  b06301c   Attempt to get rid of "UTF-16 surrogate 0xd800" error in some builds
      adds  4eff058   Travis: test more perl versions
      adds  4ee2f75   Clear the build cache when appveyor.yml changes.
      adds  e677d28   Merge pull request #45 from schwern/appveyor_cache
      adds  aa8e1a4   Ignore more temp and backup files.
      adds  9529f0f   Merge pull request #46 from schwern/more_ignore
      adds  b993d4c   Removed unused $class variable
      adds  e6ffca7   v0.020
      adds  36a7449   Changed test order to prove local scope of $utf8::all::UTF8_CHECK
      adds  a5e5acb   Not ecoding readdir argument with "no utf8::all"
      adds  9a04826   Fixed: Not encoding readdir argument at all [gh-35]
      adds  3f323d6   Enforce LEAVE_SRC in readdir
      adds  6119e50   Removed duplicate "Skipped:" in skipped test message
      adds  5be2169   Fixed number of tests in test plan
      adds  74f22e3   Skipping thread test on Perl <= v5.10.0 (as thread support is unstable there)
      adds  20bd19a   Added threaded perl versions to Travis testing
      adds  039ea29   Added dev-thr to travis testing
      adds  264dcbc   v0.021
      adds  8983307   Updated author e-mail
      adds  4a0bf4c   Adapted to changes in Encode v2.89
      adds  dbffb17   v0.022
      adds  92027e3   Added option to disable global effects [gh-47]
      adds  7134c23   Not enabling global features when used from package other than main
      adds  7b483e2   Updated comments in Changes file
      adds  fdf2adc   v0.023
      adds  345b057   New upstream version 0.023
       new  5f7b334   Updated version 0.023 from 'upstream/0.023'
       new  49a54fe   Update debian/changelog
       new  b9ee79c   Update years of packaging copyright.
       new  8a36750   Declare compliance with Debian Policy 4.0.0.
       new  bbdb06e   releasing package libutf8-all-perl version 0.023-1

The 5 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             |   8 ++++
 MANIFEST            |   3 ++
 META.json           |   6 +--
 META.yml            |   6 +--
 Makefile.PL         |   4 +-
 README              |  36 ++++++++++++++----
 README.mkdn         |  36 ++++++++++++++----
 debian/changelog    |   8 ++++
 debian/control      |   5 +--
 debian/copyright    |   2 +-
 dist.ini            |   2 +-
 lib/utf8/all.pm     | 104 ++++++++++++++++++++++++++++++++++++++++------------
 t/force_global.t    |  35 ++++++++++++++++++
 t/global_nonmain.t  |  56 ++++++++++++++++++++++++++++
 t/no_global.t       |  54 +++++++++++++++++++++++++++
 t/utf8_check.t      |  12 +++---
 xt/author/eol.t     |   3 ++
 xt/author/no-tabs.t |   3 ++
 18 files changed, 325 insertions(+), 58 deletions(-)
 create mode 100644 t/force_global.t
 create mode 100644 t/global_nonmain.t
 create mode 100644 t/no_global.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