Update to 0.068
Upstream changes: 0.068 2015-03-23 20:42:56-04:00 America/New_York [META] - Jumping to 0.068 to get to an even-version for a stable release [DOCUMENTED] - Noted that 0.66 changed the 'filehandle' method 0.066 2015-03-20 23:59:08-04:00 America/New_York (TRIAL RELEASE) [ADDED] - Added exclusive locking option to filehandle opens; spew now exclusively locks tempfile used for atomic writes 0.065 2015-03-06 05:59:56-05:00 America/New_York [ADDED] - Added 'assert' method - Added 'visit' method - Added support for a negative count for 'lines' to get the last lines of a file [FIXED] - Fixed tilde expansion if path has spaces - Make realpath non-fatal if the parent path exists and only the final path component does not. (Was fatal on Windows and some Unixes.) - Removed rendundant locking on tempfile use for spewing - Work around File::Temp bugs on older ActiveState Windows Perls https://bugs.activestate.com/show_bug.cgi?id=104767 [DOCUMENTED] - Fixed SYNOPSIS example 0.064 2015-03-05 03:58:42-05:00 America/New_York (TRIAL RELEASE) 0.063 2015-03-04 16:00:17-05:00 America/New_York (TRIAL RELEASE) 0.062 2015-03-04 13:59:31-05:00 America/New_York (TRIAL RELEASE)
This commit is contained in:
parent
dcad5989bb
commit
b4ecfd5458
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.11 2015/02/18 12:25:47 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2015/04/05 06:41:17 wen Exp $
|
||||
|
||||
DISTNAME= Path-Tiny-0.061
|
||||
DISTNAME= Path-Tiny-0.068
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2015/02/18 12:25:47 mef Exp $
|
||||
$NetBSD: distinfo,v 1.9 2015/04/05 06:41:17 wen Exp $
|
||||
|
||||
SHA1 (Path-Tiny-0.061.tar.gz) = 914a866c085f57c2874e2cde69a0c72ea8bdf10e
|
||||
RMD160 (Path-Tiny-0.061.tar.gz) = 50e1e640a26594c2ad6f7ffdee4e1eabe5cd1ab1
|
||||
Size (Path-Tiny-0.061.tar.gz) = 71937 bytes
|
||||
SHA1 (Path-Tiny-0.068.tar.gz) = 9343e326d932319b2a5c7b8c99b8615ed2134d24
|
||||
RMD160 (Path-Tiny-0.068.tar.gz) = a54f5d62f0adce6403dedd7e8e3831db7f9327e6
|
||||
Size (Path-Tiny-0.068.tar.gz) = 79290 bytes
|
||||
|
|
Loading…
Reference in a new issue