update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=7
This commit is contained in:
parent
55fef0c912
commit
15585e9b30
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bf03c86f7c02d2c391f50ae8d8e627aaa5423ad255165e3679f226447d9ca0d
|
||||
size 45050
|
3
Path-Tiny-0.047.tar.gz
Normal file
3
Path-Tiny-0.047.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c87170b8d3a84b711fff401d6514ed3858dac3a262632472ca0e0924b7c36eb
|
||||
size 49076
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 13:31:53 UTC 2013 - opensuse@dstoecker.de
|
||||
|
||||
- update to 0.047
|
||||
- Revised locking tests for portability again: locks are now tested
|
||||
from a separate process
|
||||
- Fixed child path construction against the root path.
|
||||
- Fixed t/00-report-prereqs.t for use with older versions of
|
||||
CPAN::Meta::Requirements
|
||||
- When 'realpath' can't be resolved (because intermediate directories
|
||||
don't exist), the exception now explains the error clearly instead of
|
||||
complaining about path() needing a defined, positive-length argument.
|
||||
- Removes duplicate test dependency on File::Spec that triggers
|
||||
a CPAN.pm bug
|
||||
- When using 'filehandle' to request a locked handle that truncates an
|
||||
existing file and has a binmode starting with ":unix", this fixes a
|
||||
bug where pseudo-layers weren't being cleared properly.
|
||||
- The 'filehandle' method now offers an option to return locked handles
|
||||
based on the file mode. Input-output methods now rely on this
|
||||
feature internally. Truncating file modes defer truncation until
|
||||
after an exclusive lock is acquired.
|
||||
- The 'filehandle' method now respects default encoding set by
|
||||
the caller's open pragma.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 15:50:04 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.038
|
||||
Version: 0.047
|
||||
Release: 0
|
||||
%define cpan_name Path-Tiny
|
||||
Summary: File path utility
|
||||
|
Loading…
Reference in New Issue
Block a user