[libmixin-linewise-perl] branch master updated (c6b7377 -> 8c1efcf)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sun Aug 16 14:07:12 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libmixin-linewise-perl.

      from  c6b7377   update changelog
       new  eb5a762   Add debian/upstream/metadata
       new  1ab09d2   Update debian/changelog
      adds  7fe3b6c   WIP
      adds  569dada   workee
      adds  eb7453a   move thinger
      adds  0bf8ce2   prep dist
      adds  e957022   fix pkg
      adds  118e0c9   cruft
      adds  1e57fe4   gitignore
      adds  ae4d603   fix groups, etc
      adds  43a11f5   tests
      adds  382047a   add test prereq
      adds  c361057   bump vers
      adds  7e2c209   expand reader tests
      adds  aecda31   dzilify
      adds  b8a9bc9   v0.004
      adds  056e9c3   typo fix
      adds  41cf744   credit to David Steinbrunner for typo fix
      adds  1f7fa3a   Add encoding support
      adds  6f9d9f2   rename 'encoding' option to 'binmode' for clarity
      adds  fe4748c   changelog for encoding
      adds  8a3070e   v0.100
      adds  76ea8f8   note that perl 5.8.1 is required
      adds  73d38b4   replace IO::String with handles opened on refs
      adds  672d77e   dancing around to deal with text i/o to strings
      adds  2949046   v0.101
      adds  91f45dd   Revert the IO::String changes until better tested
      adds  1e28131   v0.102
      adds  16692fc   switch to open-ing refs to strings again
      adds  5718cfd   v0.103
      adds  d01daef   document that the string methods take byte strings
      adds  75d53bf   v0.104
      adds  5b0c84e   use utf8_strict instead of encoding(utf-8) for readers
      adds  8192d09   make room for $VERSION
      adds  6eaabaf   v0.105
      adds  6f7d7e4   prevent warnings about vstrings in use on perl 5.10.0
      adds  53cbf5e   v0.106
      adds  b17b889   add binmode options for read/write from/to strings
      adds  68fae38   do not modify contents of a ref we are passed
      adds  8c237aa   v0.107
      adds  9a2337d   first argument can be options only if there are two options
      adds  115e447   v0.108
      adds  65f39f2   Imported Upstream version 0.108
       new  5135955   Merge tag 'upstream/0.108'
       new  9a985bb   Update debian/changelog
       new  ac0a9ca   Declare compliance with Debian policy 3.9.6
       new  6f7071a   Bump debhelper compatibility level to 9
       new  17da66a   Add autopkgtest-pkg-perl
       new  8c1efcf   Release libmixin-linewise-perl 0.108-1 to unstable

The 8 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                         |   5 +-
 META.json                        | 263 ++++++++++++++++++++++++++++-----------
 META.yml                         | 221 ++++++++++++++++++++++----------
 Makefile.PL                      |  20 ++-
 README                           |   4 +-
 debian/changelog                 |  14 ++-
 debian/compat                    |   2 +-
 debian/control                   |   5 +-
 debian/upstream/metadata         |   7 ++
 lib/Mixin/Linewise.pm            |  40 ++++--
 lib/Mixin/Linewise/Readers.pm    | 159 ++++++++++++-----------
 lib/Mixin/Linewise/Writers.pm    | 155 ++++++++++++-----------
 t/00-report-prereqs.dd           |  38 ++++++
 t/00-report-prereqs.t            | 183 +++++++++++++++++++++++++++
 t/000-report-versions-tiny.t     |  80 ------------
 t/reader.t                       |  19 +++
 t/writer.t                       |  25 +++-
 xt/release/changes_has_content.t |   2 +-
 19 files changed, 842 insertions(+), 408 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions-tiny.t

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



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