diff options
author | wen <wen@pkgsrc.org> | 2013-07-27 07:44:42 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-07-27 07:44:42 +0000 |
commit | 2761c7aad41e623817fa7b1164877b9228d1250a (patch) | |
tree | e1d91686c7bf4708bef0e5f6930e079dc3017d90 /filesystems/p5-Path-Tiny/Makefile | |
parent | eac8558f64295110477c9604fcf61655f82a5808 (diff) | |
download | pkgsrc-2761c7aad41e623817fa7b1164877b9228d1250a.tar.gz |
Update to 0.027
Upstream changes:
0.027 2013-07-25 19:38:44 America/New_York
[ADDED]
- Added the 'digest' method to produce a hexadecimal SHA-256
(or user-specified) digest of a file
0.026 2013-07-14 21:25:22 America/New_York
[FIXED]
- Fixed bug where lines() with a count longer than the
file would return undef for the extra lines. Now returns
only the lines in the file if the count is greater than
the number of lines.
0.025 2013-07-10 09:32:13 America/New_York
[FIXED]
- Spew to an existing symlink now atomically replaces
the resolved destination, not the symlink
Diffstat (limited to 'filesystems/p5-Path-Tiny/Makefile')
-rw-r--r-- | filesystems/p5-Path-Tiny/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile index 1ed41f6d73c..0c9c413a46d 100644 --- a/filesystems/p5-Path-Tiny/Makefile +++ b/filesystems/p5-Path-Tiny/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2013/07/03 15:13:33 sno Exp $ +# $NetBSD: Makefile,v 1.2 2013/07/27 07:44:42 wen Exp $ # -DISTNAME= Path-Tiny-0.024 +DISTNAME= Path-Tiny-0.027 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/} |