Accepting request 210000 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/210000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2013-12-10 16:44:41 +00:00 committed by Git OBS Bridge
commit bb1a817f4d
4 changed files with 28 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c87170b8d3a84b711fff401d6514ed3858dac3a262632472ca0e0924b7c36eb
size 49076

View File

@ -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

View File

@ -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