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

Florian Schlichting fsfs at moszumanska.debian.org
Sun Jan 12 21:53:59 UTC 2014


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  450c468   prepare changelog for release
      adds  0fe4345   bump Changes
      adds  99e4388   make filehandle() check lexical open hint from caller
      adds  575462c   Implement locking as part of filehandle method
      adds  86193a7   document that filehandle respects caller's lexical open pragma
      adds  86b8379   document Types::Path::Tiny
      adds  5353ab8   bump Changes
      adds  5417074   ensure pseudo layers are cleared properly
      adds  3fead84   Fix t/locking.t under (at least) FreeBSD 9
      adds  57b22b1   update mailmap
      adds  bc726f3   bump Changes
      adds  c620171   drop Test::Compile to fix File::Spec duplicate dep
      adds  c961552   bump Changes
      adds  80ed504   fix realpath exception handling if realpath doesn't exist
      adds  0f8c63d   fix volume relative paths on Windows
      adds  2ebe574   tweak getdcwd fix
      adds  4928158   fix test on windows
      adds  29aeb0a   gitignore vim backup file
      adds  2a42bc0   bump Changes
      adds  dbe30c3   make absolute method on windows add volume if missing
      adds  3848f90   clean up code and docs
      adds  fd82c15   update Changes
      adds  f2e08df   fix report prereqs test
      adds  f019f5b   bump Changes
      adds  2bdddb8   typo in Changes
      adds  299ffe2   update cpanfile
      adds  cc8cc5e   make children() no longer concatenate; leave it to path()
      adds  86cfb85   revise OS constants; reorder path cleanup
      adds  17cf748   revise path normalization and concatenation
      adds  20f451e   update Changes
      adds  4cd12f0   tidy code
      adds  bc4369b   fix locking on AIX
      adds  70f0377   fix pod coverage stopwords
      adds  09c92f5   bump Changes
      adds  55beda3   put Keedi's Unicode name back in mailmap
      adds  97b9761   dependencies harmonized
      adds  428f324   don't lock unless platform supports it
      adds  c0a7995   Add comments explaining file opening code
      adds  e941ab2   fix locking test for AIX
      adds  90de6d1   v0.045
      adds  b84cbc1   bump Changes
      adds  6fc1af7   revise locking.t to use subprocess to check locks
      adds  10a770c   add .travis.yml
      adds  2adabb9   bump Changes
      adds  6d8b9da   create separate lock testing script
      adds  e70925b   updated Changes
      adds  ceb7e7a   bump Changes
      adds  98b7e68   implement subsumes
      adds  9f2f3f6   squelch warnings from pure-perl Cwd::realpath
      adds  c1181de   noindex the flock package
      adds  2f74264   work around possibly missing getdcwd on windows
      adds  e7c6b17   more missing getdcwd fixes in tests
      adds  3e569f1   chomp option removes any EOL, instead of just chomping
      adds  4e9671f   shut up Perl::Critic
      adds  a453c9d   bump Changes
      adds  3a23eb8   remove thread id code to fix bug with Win32 and forks
      adds  ef72d72   bump Changes
      adds  f4531d0   canonicalize entries for Keedi Kim
      adds  efc70d2   see also MooseX::Types::Path::Tiny
      adds  fb51525   link to entry in Perl Advent 2013
      adds  473e6bd   Remove double mention of MooseX::Types::Path::Tiny
      adds  66c5998   repro case for removing directories while traversing
      adds  32a4d28   avoid exception iterating over a removed directory
      adds  facff00   updated Changes
      adds  16b2e0a   check for readable directories when iterating
      adds  0b04dc8   bump Changes
      adds  3cf0fb9   fix file order bug in test
      adds  771de8f   Imported Upstream version 0.051
       new  d995309   Merge tag 'upstream/0.051'
       new  4ae6839   Import Upstream version 0.051
       new  97d2542   Declare compliance with Debian Policy 3.9.5
       new  ba0aa1b   prepare changelog for release

The 4 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                          | 127 ++++++++++++
 MANIFEST                         |   5 +-
 META.json                        |  38 ++--
 META.yml                         |  20 +-
 Makefile.PL                      |  61 +++---
 README                           |  98 ++++++++--
 cpanfile                         |  18 +-
 debian/changelog                 |   9 +
 debian/control                   |   2 +-
 debian/control.in                |   2 +-
 dist.ini                         |   4 +-
 lib/Path/Tiny.pm                 | 410 +++++++++++++++++++++++++++++----------
 t/00-report-prereqs.t            |  72 ++++++-
 t/filesystem.t                   |   8 +
 t/input_output.t                 |   8 +-
 t/locking.t                      |  45 +++++
 t/mutable_tree_while_iterating.t |  36 ++++
 t/subsumes.t                     | 105 ++++++++++
 t/zzz-spec.t                     |   7 +-
 {t => xt/author}/00-compile.t    |  12 +-
 xt/author/pod-spell.t            |  13 +-
 21 files changed, 892 insertions(+), 208 deletions(-)
 create mode 100644 t/locking.t
 create mode 100644 t/mutable_tree_while_iterating.t
 create mode 100644 t/subsumes.t
 rename {t => xt/author}/00-compile.t (74%)

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