[libtest-mojibake-perl] branch master updated (0c71e67 -> 2b8f537)

gregor herrmann gregoa at debian.org
Fri Aug 4 02:17:23 UTC 2017


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

gregoa pushed a change to branch master
in repository libtest-mojibake-perl.

      from  0c71e67   releasing package libtest-mojibake-perl version 1.1-1
      adds  35b8cbb   0.1
      adds  e5be960   Documentation, tests.
      adds  ed3494c   Documentation, tests[2].
      adds  576725d   POD.
      adds  edb2c29   eval{} EPIC FAIL!
      adds  e35b719   Added optional Unicode::CheckUTF8 support.
      adds  97eb321   Fixed 05-encode.t due to CPAN Testers reports.
      adds  8716df1   Better tests.
      adds  7dba49e   Dist::Zilla update
      adds  9c7a735   tests update (96% coverage)
      adds  6eb7f91   _detect_utf8: PP version now handles overlong UTF-8 sequences
      adds  e78f73a   version bump
      adds  04a57f2   Kwalitee won't complain any more
      adds  c096890   Attempt to fix https://github.com/creaktive/Test-Mojibake/issues/2
      adds  d9ea1ff   fixed incorrect test examples (shame on me!)
      adds  52449af   fixed multiple =encoding behavior; more deterministic t/01-bad-check.t
      adds  91aab50   passes perlcritic harsh
      adds  9f5a8b7   recognize utf8::all
      adds  c9fd710   listed Unicode::CheckUTF8 as a recommended prerequisite
      adds  6f099e4   added the standalone scan_mojibake utility
      adds  4beb4f7   fixed cyclic t/ deps
      adds  44a0fb0   Fixed issue #7
      adds  b613b5f   Dist::Zilla maintenance
      adds  7b0808b   More consistent UTF-8 naming in docs
      adds  c316c22   More consistent UTF-8 naming in docs[2]
      adds  4d9f546   Fix regex to properly ignore comments
      adds  e663ee6   Merge pull request #8 from karenetheridge/topic/fix_comments
      adds  50e50c3   Fixing the "comment in regexp" other way around
      adds  6d01184   Dist::Zilla-related updates
      adds  2462970   Use proper source for ASCII-only characters
      adds  e5ad630   Handle the case where all_files_encoding_ok has no files to test by skipping all tests
      adds  78e3452   Merge pull request #9 from autarch/autarch/handle-no-files
      adds  374ff7e   Distribution maintenance
      adds  fbdba68   Fixed off-by-one pointed by Dave Rolsky at issue #10
      adds  cd0c793   Add new optional dependency on Unicode::CheckUTF8::PP, a Pure Perl implementation of Unicode::CheckUTF8
      adds  3dda205   Merge pull request #11 from mcmillhj/feature/use-checkutf8-pp
      adds  8ee0a5b   Add MetaJSON plugin [#12]
      adds  163c1cf   Merge pull request #13 from genehack/meta-json-12
      adds  83cfbc1   Minor fixes to pass the release tests
      adds  bfc58d9   Fixing SYNOPSIS
      adds  3475c3e   New upstream version 1.3
       new  1625ce9   Updated version 1.3 from 'upstream/1.3'
       new  cc2fe36   Update debian/changelog
       new  dcd48f3   Update years of upstream copyright.
       new  6a5d098   Declare compliance with Debian Policy 4.0.0.
       new  2b8f537   releasing package libtest-mojibake-perl version 1.3-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                                            | 12 ++-
 LICENSE                                            |  6 +-
 MANIFEST                                           | 14 ++--
 META.json                                          | 93 ++++++++++++++++++++++
 META.yml                                           |  8 +-
 Makefile.PL                                        |  4 +-
 README                                             |  9 ++-
 bin/scan_mojibake                                  |  6 +-
 debian/changelog                                   |  9 +++
 debian/control                                     | 11 +--
 debian/copyright                                   |  2 +-
 dist.ini                                           |  2 +
 lib/Test/Mojibake.pm                               | 40 +++++++---
 t/00-compile.t                                     | 20 +++--
 t/author-critic.t                                  |  4 +-
 t/author-eol.t                                     | 17 ++--
 t/author-mojibake.t                                |  4 +-
 t/author-no-tabs.t                                 | 15 ++--
 ...elease-pod-coverage.t => author-pod-coverage.t} |  6 +-
 ...ease-pod-linkcheck.t => author-pod-linkcheck.t} |  6 +-
 t/{release-pod-syntax.t => author-pod-syntax.t}    |  7 +-
 t/{release-portability.t => author-portability.t}  |  8 +-
 t/author-synopsis.t                                | 13 +++
 t/author-test-version.t                            |  7 +-
 t/release-cpan-changes.t                           | 13 ++-
 t/release-dist-manifest.t                          |  4 +-
 t/release-distmeta.t                               |  4 +-
 t/release-kwalitee.t                               |  6 +-
 t/release-meta-json.t                              | 12 +++
 t/release-minimum-version.t                        |  4 +-
 t/release-synopsis.t                               | 13 ---
 t/release-unused-vars.t                            |  4 +-
 32 files changed, 273 insertions(+), 110 deletions(-)
 create mode 100644 META.json
 rename t/{release-pod-coverage.t => author-pod-coverage.t} (62%)
 rename t/{release-pod-linkcheck.t => author-pod-linkcheck.t} (72%)
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (52%)
 rename t/{release-portability.t => author-portability.t} (57%)
 create mode 100644 t/author-synopsis.t
 create mode 100644 t/release-meta-json.t
 delete mode 100644 t/release-synopsis.t

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



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