summaryrefslogtreecommitdiff
path: root/filesystems/p5-Path-Tiny
diff options
context:
space:
mode:
authorwen <wen>2016-03-09 12:25:01 +0000
committerwen <wen>2016-03-09 12:25:01 +0000
commitdb881e371dca75fbbbd6b055512aad71ea5ce7a4 (patch)
tree8d9c8002d145918b04f0af895dd896134ed33235 /filesystems/p5-Path-Tiny
parenteeea61b3a17e051ce9ebc5de9efa450752f819d2 (diff)
downloadpkgsrc-db881e371dca75fbbbd6b055512aad71ea5ce7a4.tar.gz
Update to 0.084
Upstream changes: 0.084 2016-03-04 07:17:49-05:00 America/New_York [Fixes] - Fixed relative() for the case with regex metacharacters in the path 0.082 2016-03-01 18:23:26-05:00 America/New_York [!!! INCOMPATIBLE CHANGES !!!] - (This warning repeated from 0.079-TRIAL) The relative() method no longer uses File::Spec's buggy rel2bs method. The new Path::Tiny algorithm should be comparable and passes File::Spec rel2abs test cases, except that it correctly accounts for symlinks. For common use, you are not likely to notice any difference. For uncommon use, this should be an improvement. As a side benefit, this change drops the minimum File::Spec version required, allowing Path::Tiny to be fatpacked if desired. [Changes] - no other changes from 0.081 0.081 2016-02-18 16:55:37-05:00 America/New_York (TRIAL RELEASE) [Fixed] - Fixed lines_utf8+chomp and relative() bugs on Windows 0.079 2016-02-15 20:52:10-07:00 America/Mazatlan (TRIAL RELEASE) [!!! INCOMPATIBLE CHANGES !!!] - The relative() method no longer uses File::Spec's buggy rel2bs method. The new Path::Tiny algorithm should be comparable and passes File::Spec rel2abs test cases, except that it correctly accounts for symlinks. For common use, you are not likely to notice any difference. For uncommon use, this should be an improvement. As a side benefit, this change drops the minimum File::Spec version required, allowing Path::Tiny to be fatpacked if desired. [FIXED] - Fixed lines_utf8() with chomping for repeated empty lines. [DOCS] - Documented that subclassing is not supported 0.077 2016-02-10 14:17:32-07:00 America/Mazatlan (TRIAL RELEASE) [ADDED] - Added 'edit' and 'edit_lines' plus _utf8 and _raw variants; this is similar to perl's -i flag (though without backups) 0.076 2015-11-16 10:47:24-05:00 America/New_York - no changes from 0.075 0.075 2015-11-15 21:02:18-05:00 America/New_York (TRIAL RELEASE) [FIXED] - Tilde expansion on Windows was resulting in backslashes. Now they are correctly normalized to forward slashes. [DOCS] - Typos fixed 0.073 2015-10-30 10:36:18-04:00 America/New_York (TRIAL RELEASE) [FIXED] - Fixed spewing to a symlink that crosses a filesystem boundary [PREREQS] - Add Test::MockRandom to META as an recommended test prerequisite.
Diffstat (limited to 'filesystems/p5-Path-Tiny')
-rw-r--r--filesystems/p5-Path-Tiny/Makefile4
-rw-r--r--filesystems/p5-Path-Tiny/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile
index 554ec545569..76ef629cbfe 100644
--- a/filesystems/p5-Path-Tiny/Makefile
+++ b/filesystems/p5-Path-Tiny/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/07/30 09:47:36 wen Exp $
+# $NetBSD: Makefile,v 1.16 2016/03/09 12:25:01 wen Exp $
-DISTNAME= Path-Tiny-0.072
+DISTNAME= Path-Tiny-0.084
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}
diff --git a/filesystems/p5-Path-Tiny/distinfo b/filesystems/p5-Path-Tiny/distinfo
index 3c40392cd66..ddd91dcacec 100644
--- a/filesystems/p5-Path-Tiny/distinfo
+++ b/filesystems/p5-Path-Tiny/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2015/11/03 00:15:02 agc Exp $
+$NetBSD: distinfo,v 1.12 2016/03/09 12:25:01 wen Exp $
-SHA1 (Path-Tiny-0.072.tar.gz) = f503b8ba1503d59fa62069b63c5c84bf01eb8873
-RMD160 (Path-Tiny-0.072.tar.gz) = c01de153a25016c07f2f53f97d367be6a9da716d
-SHA512 (Path-Tiny-0.072.tar.gz) = 3167a1a12dbd937ea5e0d4c09fcde04d034fc2f8ebde0d6a66419189a60cc69af97ba8eff4b69eb230298b1b8644fb4c56dfb98c7125fdb2a5287eb045ce99ca
-Size (Path-Tiny-0.072.tar.gz) = 80366 bytes
+SHA1 (Path-Tiny-0.084.tar.gz) = f421429066cc08aab365ec7c45a99b371b410022
+RMD160 (Path-Tiny-0.084.tar.gz) = 46d532930e093aabf634524ca371d4581903f2b0
+SHA512 (Path-Tiny-0.084.tar.gz) = c8a5853f04afdb5d8db1e8f533d4706cf1030caefbb0f1b05f0fab7b71de34a0463269ba1733f549d1c1c7a370ce88f428d108387b10c6cb56c668280e2449c6
+Size (Path-Tiny-0.084.tar.gz) = 89052 bytes