[libpath-tiny-perl] branch master updated (9163b38 -> b476e18)

Jonas Smedegaard dr at jones.dk
Sat Aug 1 14:15:18 UTC 2015


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

js pushed a change to branch master
in repository libpath-tiny-perl.

      from  9163b38   Prepare for release: Update changelog, control file and copyright hints.
      adds  237de54   bump Changes
      adds  85cb72f   return value from _check_UU should always be a (defined) boolean
      adds  e845de2   correct precedence in _check_UU calls
      adds  f08819f   update dist.ini; add  to repo .pm file; add Makefile.PL and remove cpanfile
      adds  ea9cd53   After release: bump $VERSION and timestamp Changes
      adds  ff99551   add truncate option for append
      adds  7f0c613   update Makefile.PL
      adds  a6477d7   After release: bump $VERSION and timestamp Changes
      adds  63d5b40   fix append_utf8/raw for truncate option
      adds  c260c14   update Makefile.PL
      adds  fadc81d   After release: bump $VERSION and timestamp Changes
      adds  e0834dc   fix Makefile.PL
      adds  75002cd   improve SYNOPSIS example for lines
      adds  2b3a3e0   fix extra apostrophe on move error message
      adds  69efaf6   fix typo
      adds  2ba0cdc   add assert method
      adds  2883fa6   add API version to assert docs
      adds  8bd2650   Add 'visit' method
      adds  11b2ad3   update visit documentation
      adds  4322863   move visit method to alphabetical order in the file
      adds  bd9f690   change visit API for simplicty and state accumulation
      adds  23c8f30   Escape chars before glob in tilde expansion
      adds  b419911   Added tilde expansion tests
      adds  fa931a0   update Changes to note tilde bug fix
      adds  da5af5d   make visitor abort test more stable
      adds  e6028e5   more portable white-space safe globbing
      adds  b878852   make realpath on windows less fatal
      adds  2464a70   Improve docs example for touch
      adds  41ba127   updated Makefile.PL
      adds  b954cfd   remove unnecessary locking on spew
      adds  11431b7   documented realpath changes
      adds  83505da   document file locking issues with slurp and File::Temp
      adds  6a7862f   After release: bump $VERSION and timestamp Changes
      adds  8be89f7   work around ActiveState bugs relating to File::Temp/Cwd
      adds  e62f2a6   After release: bump $VERSION and timestamp Changes
      adds  dcf1b44   make realpath check parent path even on Unix
      adds  603341e   After release: bump $VERSION and timestamp Changes
      adds  9cfbedd   fix visit doc typo
      adds  f71707e   Modify lines to take negative number for count option
      adds  a1c973c   Add test for negative count value
      adds  8b36ae3   Update Makefile.PL via dzil build
      adds  1e2658a   implement simpler negative count for lines
      adds  a1425ef   updated changes
      adds  858a9d2   note that lines API was last updated in 0.065
      adds  6c809df   use far less memory for returning last N lines
      adds  bee8bd2   even less work if lines reads less than abs(count)
      adds  ccb4483   roll trial Changes forward to non-trial version
      adds  48d0323   After release: bump $VERSION and timestamp Changes
      adds  6c2acce   File::Temp requires 0.19 for newdir
      adds  1e8b521   Exclusive locking for atomic operations
      adds  4c583a4   defend against Path::Tiny being loaded before Test::MockRandom
      adds  354b07a   tidy test file
      adds  cdd440e   update Changes for exclusive locking
      adds  712aa64   update Makefile.PL
      adds  8c66dfa   After release: bump $VERSION and timestamp Changes
      adds  96079a5   documented version that changed 'filehandle' method
      adds  e97bc91   Updated Changes
      adds  cd5111a   Update Makefile.PL
      adds  37c371d   After release: bump $VERSION and timestamp Changes
      adds  5a907ae   check if the return value is actually a scalar ref
      adds  c83b6ce   make visit() only react to SCALAR refs
      adds  a271139   typos
      adds  3668d4d   visit - only dereference scalar refs
      adds  51995e4   copy() now returns the new copy
      adds  63af72b   updated Changes
      adds  cbfc672   Update Makefile.PL
      adds  4742e00   After release: bump $VERSION and timestamp Changes
      adds  4d3b39c   updated Changes
      adds  e3d8cb3   After release: bump $VERSION and timestamp Changes
      adds  7ee43d5   fix Changes typo
      adds  9a9a8e5   Fixed use of error argument for File::Path
      adds  42480ca   After release: bump $VERSION and timestamp Changes
      adds  d42e13f   updated Changes
      adds  623cba0   Imported Upstream version 0.072
       new  4a47c93   Merge tag 'upstream/0.072'
       new  23ba702   Update copyright info: Bump (yes, oddly not extend) coverage for main upstream author to include current year.
       new  a17913b   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  fa70f16   Add lintian overrides regarding license in License-Reference field. See bug#786450.
       new  faf99a7   Update copyright info: Extend coverage of packaging to include current year.
       new  5f12860   Modernize git-buildpackage config: Avoid git- prefix.
       new  b476e18   Prepare for release: Update changelog and copyright hints.

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:
 CONTRIBUTING.mkdn                     |  37 +--
 Changes                               |  95 +++++++
 LICENSE                               |   2 +-
 MANIFEST                              |   6 +-
 META.json                             |  30 +-
 META.yml                              |  19 +-
 Makefile.PL                           |  15 +-
 README                                | 206 +++++++++++---
 cpanfile                              |   6 +-
 debian/changelog                      |  39 +++
 debian/copyright                      |  38 +--
 debian/copyright_hints                |  20 +-
 debian/gbp.conf                       |   2 -
 debian/rules                          |   2 +-
 debian/source/lintian-overrides       |   5 +
 dist.ini                              |   6 +-
 lib/Path/Tiny.pm                      | 515 ++++++++++++++++++++++++++++------
 t/00-report-prereqs.dd                |  12 +-
 t/00-report-prereqs.t                 |  13 +-
 t/basename.t                          |   2 +-
 t/basic.t                             |  72 +++--
 t/children.t                          |   2 +-
 t/chmod.t                             |   2 +-
 t/digest.t                            |   2 +-
 t/exception.t                         |  12 +-
 t/exports.t                           |   2 +-
 t/filesystem.t                        | 145 ++++++----
 t/input_output.t                      | 114 +++++++-
 t/input_output_no_UU.t                |   2 +-
 t/mkpath.t                            |   2 +-
 t/mutable_tree_while_iterating.t      |  49 +++-
 t/normalize.t                         |   2 +-
 t/overloading.t                       |   2 +-
 t/parent.t                            |   2 +-
 t/recurse.t                           |  82 ++++--
 t/rel-abs.t                           |   2 +-
 t/subsumes.t                          |   2 +-
 t/temp.t                              |   3 +-
 t/visit.t                             |  22 ++
 t/zz-atomic.t                         |  35 +++
 t/zzz-spec.t                          |   2 +-
 xt/author/00-compile.t                |  12 +-
 xt/author/pod-spell.t                 |  24 +-
 xt/{release => author}/test-version.t |  12 +-
 44 files changed, 1316 insertions(+), 360 deletions(-)
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 t/visit.t
 create mode 100644 t/zz-atomic.t
 rename xt/{release => author}/test-version.t (54%)

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



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