[libfile-slurper-perl] branch master updated (cad701d -> 2ae112c)

gregor herrmann gregoa at debian.org
Sat Jan 6 22:16:19 UTC 2018


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

gregoa pushed a change to branch master
in repository libfile-slurper-perl.

      from  cad701d   update changelog
      adds  7888997   initial commit
      adds  757eb47   Initial implementation
      adds  85f1732   Handle crlf + encoding correctly
      adds  1310b5d   Add very basic tests
      adds  47a4977   Get rid of buf_ref and array_ref
      adds  3db5a3c   Use :utf8_strict if available
      adds  5bb3e5d   Added disclaimer of experimental status
      adds  e41efb1   Add various benchmark scripts
      adds  50bdbb3   v0.001
      adds  2c77d6f   Accept UTF-8 as encoding case-insensitively
      adds  5851d5c   Remove unnecessary module loads
      adds  5082687   Switch to ExtUtils::MakeMaker
      adds  b498c65   Fix performance issue on 5.20.0
      adds  534d9f7   Add various comments and minor fixups
      adds  7a9539b   Rename File::Slurp::Sane to File::Slurper
      adds  4f44457   Improve benchmarks
      adds  519d58d   v0.002
      adds  b6ee83e   Default to crlf=off, add auto option for old behavior
      adds  261015b   Implement writer functions
      adds  9efe895   Improved See Also section
      adds  2f8fe95   Make PerlIO::utf8_strict an optional dependency
      adds  fcf1b18   v0.003
      adds  920eec9   Work around PerlIO encoding bug
      adds  482ec1b   Made crlf handling slightly easier
      adds  9f76c22   Optimized abstract for findability
      adds  af3e55c   Add Rationale and Dependency sections to documentation
      adds  236807e   Give $VERSION some space
      adds  fc2d307   v0.004
      adds  e0d5e3c   Get rid of singular named options
      adds  9850f1a   Make read_lines arguments positional too
      adds  fc9f8af   v0.005
      adds  3b3092c   Unmark experimental status
      adds  b8fa224   Always croak on encoding error
      adds  6204605   Various minor documentation improvements
      adds  8ad4c81   v0.006
      adds  bb9face   Added more items to a SEE ALSO
      adds  cffc991   Fixed up benchmarks
      adds  9ff02c6   v0.007
      adds  9f90a3a   POD fix
      adds  0199d88   Impose scalar context on do/eval/require
      adds  04368a1   v0.008
      adds  a30d880   Check encode related warnings after read_text
      adds  d925873   Load PerlIO::encoding before localizing $fallback
      adds  25a76f4   v0.009
      adds  3ab3517   Improve documentation
      adds  df733f8   Recognize "latin-1" as iso-8859-1
      adds  2592032   v0.010
      adds  bdf05e4   Add STOP_AT_PARTIAL to $PerlIO::encoding::fallback
      adds  780434b   Don't skip latin-1 checking
      adds  2cdecd3   Expand dzil bundle
      adds  6c530b0   v0.011
      adds  af160c3   New upstream version 0.011
       new  5ca0ccd   Update upstream source from tag 'upstream/0.011'
       new  dd66894   Update debian/changelog
       new  75308ae   Update years of packaging copyright.
       new  4e534ca   Reformat debian/control with cme
       new  3662a17   Declare compliance with Debian Policy 4.1.3.
       new  767c153   Bump debhelper compatibility level to 10.
       new  2ae112c   releasing package libfile-slurper-perl version 0.011-1

The 7 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                  |  4 ++++
 MANIFEST                 |  4 +---
 META.json                | 15 ++++----------
 META.yml                 |  6 +++---
 Makefile.PL              |  4 ++--
 README                   |  4 ++--
 debian/changelog         |  9 +++++---
 debian/compat            |  2 +-
 debian/control           | 13 ++++++------
 debian/copyright         |  2 +-
 dist.ini                 | 33 +++++++++++++++++++++++++++--
 lib/File/Slurper.pm      | 24 ++++++++++-----------
 xt/author/00-compile.t   | 54 ------------------------------------------------
 xt/author/pod-coverage.t |  7 -------
 14 files changed, 74 insertions(+), 107 deletions(-)
 delete mode 100644 xt/author/00-compile.t
 delete mode 100644 xt/author/pod-coverage.t

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



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