[libpath-tiny-perl] branch master updated (1a461da -> 53c2706)

Jonas Smedegaard js at moszumanska.debian.org
Sun May 11 08:34:46 UTC 2014


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  1a461da   Upload to unstable as 0.052-1
       new  24fd2aa   Sync control.in with control: Fix typo in long description.
       new  23123b4   Have git-buildpackage suppress eventual upstream .gitignore files.
       new  b5554e5   Update changelog, control file and copyright hints.
      adds  0e0945c   bump Changes
      adds  efd39a4   only convert backslash to forward slash on windows
      adds  0d4edf2   bump Changes
      adds  0527af4   update CONTRIBUTING
      adds  cce7492   implement chmod method
      adds  d73dbd3   update dist.ini and cpanfile
      adds  47be3de   updated Changes
      adds  0908b3a   update docs
      adds  665dbd2   change is_file to -e && ! -d
      adds  79dba79   fix up critic/spell errors
      adds  4a6e7c3   swap dzil PerlMinimumFast for PerlMinimum to avoid a bug
      adds  fe44e34   bump Changes
      adds  ca4421f   Let basename() take suffix list to remove
      adds  9b8a19b   add FREEZE/THAW/TO_JSON helpers
      adds  0b7f634   optimize constructing a path from another Path::Tiny object
      adds  dc03633   clean up warning and pod coverage issues
      adds  379eb0d   throw errors for any invalid path construction
      adds  63ec4ed   fix test broken by stricter path validation
      adds  427527f   Imported Upstream version 0.054
       new  f368dd3   Merge tag 'upstream/0.054'
       new  53c2706   Prepare for release: Update changelog and copyright hints.

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              |   54 ++-
 Changes                   |   33 ++
 MANIFEST                  |    5 +-
 META.json                 |   21 +-
 META.yml                  |   67 +--
 Makefile.PL               |    8 +-
 README                    |   87 +++-
 cpanfile                  |    9 +-
 debian/changelog          |   24 +
 debian/control            |    1 +
 debian/control.in         |    2 +-
 debian/copyright_hints    |   17 +-
 debian/gbp.conf           |    3 +
 dist.ini                  |    8 +-
 lib/Path/Tiny.pm          |  753 +++++++++++++++++++++++++++--
 t/00-report-prereqs.t     |  183 ++++---
 t/basename.t              |   39 ++
 t/basic.t                 |    9 +-
 t/chmod.t                 |   48 ++
 t/data/chmod.txt          | 1171 +++++++++++++++++++++++++++++++++++++++++++++
 t/filesystem.t            |   10 +-
 t/zzz-spec.t              |   91 ++--
 xt/author/00-compile.t    |    2 +-
 xt/author/pod-spell.t     |    2 +-
 xt/release/distmeta.t     |    4 +-
 xt/release/pod-coverage.t |   11 +-
 xt/release/pod-syntax.t   |    4 +-
 27 files changed, 2419 insertions(+), 247 deletions(-)
 create mode 100644 t/basename.t
 create mode 100644 t/chmod.t
 create mode 100644 t/data/chmod.txt

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