pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/filesystems/p5-Path-Tiny Update to 0.104



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0d631d9d54f
branches:  trunk
changeset: 358679:c0d631d9d54f
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Feb 18 07:25:56 2017 +0000

description:
Update to 0.104

Upstream changes:
0.104     2017-02-17 07:17:00-05:00 America/New_York

    - No changes from 0.103-TRIAL.

0.103     2017-02-10 17:25:06-05:00 America/New_York (TRIAL RELEASE)

    [Bug fixes]

    - Path::Tiny 0.101 on Windows made `$path->absolute("/foo")` return an
      absolute path starting with 'C:/foo', which was an unintentional
      behavior change.  This release now uses any absolute base without
      further normalization.

0.101     2017-02-05 09:56:46-05:00 America/New_York (TRIAL RELEASE)

    [Changes]

    - The 'absolute' method now always returns an absolute path, even if a
      user provided a relative path for the base path.  The old, odd
      behavior was documented, but people often don't read docs.  The new
      behavior avoids suprises.

    [Additions]

    - Added 'cached_temp' method.

0.100     2017-01-14 22:47:55-05:00 America/New_York

    - No changes from 0.099-TRIAL.

0.099     2017-01-10 15:12:13-05:00 America/New_York (TRIAL RELEASE)

    [Tests]

    - Fixed tests for eventual removal of '.' from `@INC` in Perl.

    [Documentation]

    - Fixed filehandle mode typo.

    - Fixed typo in relative() that mentioned rel2abs instead of abs2rel.

diffstat:

 filesystems/p5-Path-Tiny/Makefile |   4 ++--
 filesystems/p5-Path-Tiny/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 0541af08985d -r c0d631d9d54f filesystems/p5-Path-Tiny/Makefile
--- a/filesystems/p5-Path-Tiny/Makefile Sat Feb 18 06:50:49 2017 +0000
+++ b/filesystems/p5-Path-Tiny/Makefile Sat Feb 18 07:25:56 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/01/02 07:14:20 wen Exp $
+# $NetBSD: Makefile,v 1.22 2017/02/18 07:25:56 wen Exp $
 
-DISTNAME=      Path-Tiny-0.098
+DISTNAME=      Path-Tiny-0.104
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}
diff -r 0541af08985d -r c0d631d9d54f filesystems/p5-Path-Tiny/distinfo
--- a/filesystems/p5-Path-Tiny/distinfo Sat Feb 18 06:50:49 2017 +0000
+++ b/filesystems/p5-Path-Tiny/distinfo Sat Feb 18 07:25:56 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/01/02 07:14:20 wen Exp $
+$NetBSD: distinfo,v 1.17 2017/02/18 07:25:56 wen Exp $
 
-SHA1 (Path-Tiny-0.098.tar.gz) = 6351aedb611101101f2d6d8e1d3cea1610e36120
-RMD160 (Path-Tiny-0.098.tar.gz) = 257afb30d005fd0f6343ec41bf3980255204de59
-SHA512 (Path-Tiny-0.098.tar.gz) = 6a92eb98cbf2ea0c9a4cc1fc4f376de2bfbbf8d306be19d3db15bf8903256723149df62ffb82e87e8ce908ec5a0c11701c222c76dcfb97ecdb8023e6a77a2a53
-Size (Path-Tiny-0.098.tar.gz) = 91600 bytes
+SHA1 (Path-Tiny-0.104.tar.gz) = 5cdcad1149252ec18b7cc6501a98631dc6807922
+RMD160 (Path-Tiny-0.104.tar.gz) = 3a5d27a5b6655b2b9903995d7182dda6b58b190f
+SHA512 (Path-Tiny-0.104.tar.gz) = 6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c
+Size (Path-Tiny-0.104.tar.gz) = 93011 bytes



Home | Main Index | Thread Index | Old Index