[libpath-tiny-perl] branch master updated (8d7d3eb -> 450c468)

Florian Schlichting fsfs at alioth.debian.org
Wed Oct 2 21:28:59 UTC 2013


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

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

      from  8d7d3eb   Prepare for release: Update changelog and copyright hints.
      adds  6b64dd6   bump Changes
      adds  99c16af   Let children() method use optional filter argument
      adds  f5f3850   Added new tests for various argument of children()
      adds  8095ee4   Use `$/` rathern than `\n` for portability
      adds  29e74e3   Child name shoud be put into localized `$_` for coderefs
      adds  e25e8a9   restrict children() to only take Regex argument
      adds  af05a14   v0.028
      adds  735e477   bump Changes
      adds  9d657bc   defactor called_as for one less sub call
      adds  b52cc8c   don't check caller unless needed
      adds  f725944   Fix bugs handling "C:\" and other Win32 roots
      adds  088d560   Fix Win32 root path handling
      adds  02d8952   fix win32 volume root normalization and test it
      adds  241600b   Document drive expansion on Windows; update Changes and META
      adds  a4e7c4e   run perltidy
      adds  5816f8a   bump Changes
      adds  7131b00   fix getdcwd test for windows
      adds  ccbdee1   guard Windows specific calls in t/zzz-spec.t
      adds  a631698   bump Changes
      adds  436ed15   - fail case for ->parent
      adds  96a84b7   expand failing tests for parent with internal dots
      adds  093e055   fix parent with internal dots
      adds  ed88c4f   remove irrelevant statement from parent()
      adds  738aa10   updated Changes and meta
      adds  a207361   bump Changes
      adds  c8120ae   update README and META
      adds  bac357e   refactor input_output_no_UU.t
      adds  06fc0d3   stop using Test::Deep (is_deeply from Test::More is perfectly sufficient)
      adds  1c5cbcd   call SUPER::DOES from DOES
      adds  4d13524   add Toby Inkster to mailmap file
      adds  b6bfebf   Remove test dependencies
      adds  9d626df   remove File::pushd as test dependency
      adds  6e8d974   tidy TestUtils
      adds  a7221f4   add [OnlyCorePrereqs] to dist.ini
      adds  60c65d2   update Changes and meta
      adds  a3c5a49   switch from generating README/META at root to cpanfile
      adds  4fa33d5   add README symlinked to CONTRIBUTING
      adds  c1c8c3e   updated CONTRIBUTING
      adds  5c51e4b   more CONTRIBUTING improvements
      adds  2181780   tidy files and add tidying helpers to keep it that way
      adds  334cf53   bump Changes
      adds  c4fb36b   gitignore vim swap files
      adds  9259728   example for iterator
      adds  68c5e6a   warn but don't die on failing flock for NFS on BSD
      adds  7b41929   Warning is "Operation not supported", but check case insensitive
      adds  40a389b   Only warn about flock when not in fatal mode
      adds  d2875f6   tidy code
      adds  94965ad   update Changes
      adds  e913e87   stopwords
      adds  f98617b   bump Changes
      adds  23f8975   Make flock warning registration backwards compatible
      adds  21f4e78   remove use of autodie
      adds  1b66b10   whitespace tweaks
      adds  2f18461   only configure_requires EUMM 6.17
      adds  efb66a1   bump Changes
      adds  906d0bf   fix flock warning for BSD
      adds  b4e1299   bump Changes
      adds  23866b7   remove threads from prereq list
      adds  8761d16   bump Changes
      adds  89c014b   remove test of DOES; use isa instead
      adds  be70d58   updated support files
      adds  f6afb67   bump Changes
      adds  0ce92e5   add Win32 examples to the volume method docs
      adds  abd00a7   document how to detect top-most parent
      adds  cabfd25   Revert "document how to detect top-most parent"
      adds  2d35e3a   add is_rootdir method
      adds  62dc0b6   add UNC as stopword
      adds  5c291c8   Imported Upstream version 0.038
       new  5ee7b9d   Merge tag 'upstream/0.038'
       new  e388da0   Update upstream git repo URL
       new  07e5117   Remove (build-)dependencies on autodie, devel-hide, file-pushd, test-deep and test-fatal
       new  3229687   Update VCS-Git field to canonical URL
       new  450c468   prepare changelog for release

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:
 CONTRIBUTING           |   60 ++++++----
 Changes                |   95 +++++++++++++++
 MANIFEST               |    2 +
 META.json              |   48 +++++---
 META.yml               |   39 ++++---
 Makefile.PL            |   21 ++--
 README                 |   83 ++++++++++++--
 cpanfile               |   48 ++++++++
 debian/changelog       |   21 ++++
 debian/control         |    7 +-
 debian/control.in      |    2 +-
 debian/copyright       |    2 +-
 debian/rules           |    4 +-
 dist.ini               |   19 ++-
 lib/Path/Tiny.pm       |  298 +++++++++++++++++++++++++++++++++++++-----------
 t/00-compile.t         |   93 ++++++---------
 t/00-report-prereqs.t  |   12 +-
 t/basic.t              |  115 ++++++++++---------
 t/children.t           |   24 +++-
 t/digest.t             |   19 ++-
 t/exception.t          |   12 +-
 t/exports.t            |   10 +-
 t/filesystem.t         |   43 ++++---
 t/input_output.t       |   12 +-
 t/input_output_no_UU.t |  251 +---------------------------------------
 t/lib/TestUtils.pm     |   51 +++++++++
 t/mkpath.t             |    3 +
 t/normalize.t          |    9 +-
 t/overloading.t        |    6 +-
 t/parent.t             |   77 +++++++++++--
 t/recurse.t            |   15 +--
 t/rel-abs.t            |    8 +-
 t/temp.t               |   21 ++--
 t/zzz-spec.t           |  116 ++++++++++---------
 xt/author/pod-spell.t  |   17 ++-
 35 files changed, 1006 insertions(+), 657 deletions(-)
 create mode 100644 cpanfile
 create mode 100644 t/lib/TestUtils.pm

-- 
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