Accepting request 398555 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/398555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2016-07-03 10:17:58 +00:00 committed by Git OBS Bridge
commit f76e9787dc
4 changed files with 41 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6129b6d5b7929ff4660769828ada3576836e88508c4b64093c1ed2d0c1bf8c04
size 89951

3
Path-Tiny-0.094.tar.gz Normal file
View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Sat May 28 10:23:26 UTC 2016 - coolo@suse.com
- updated to 0.094
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.094 2016-05-23 12:45:19-04:00 America/New_York
- Fixed Changes note typo in 0.092. 0.092 had no changes since 0.091,
not 0.090, meaning that all 0.091 changes were (and are) included.
0.092 2016-05-23 11:36:54-04:00 America/New_York
- No changes from 0.091
0.091 2016-05-17 13:32:21-04:00 America/New_York (TRIAL RELEASE)
[Changes]
- Path::Tiny will prefer PerlIO::utf8_strict over encoding(UTF-8)
if available and Unicode::UTF8 is not installed.
[Fixes]
- The 'touch' method can now set the current time on files that aren't
owned, as long as they are writeable.
[Tests]
- Improved consistency of symlink support inspection; now always
looks at $Config{d_symlink}.
- Skips impossible test on 'msys' platform.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 5 09:54:39 UTC 2016 - coolo@suse.com Thu May 5 09:54:39 UTC 2016 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Path-Tiny Name: perl-Path-Tiny
Version: 0.090 Version: 0.094
Release: 0 Release: 0
%define cpan_name Path-Tiny %define cpan_name Path-Tiny
Summary: File path utility Summary: File path utility
@ -61,7 +61,9 @@ appropriate (if supported by the platform).
The '*_utf8' methods ('slurp_utf8', 'lines_utf8', etc.) operate in raw The '*_utf8' methods ('slurp_utf8', 'lines_utf8', etc.) operate in raw
mode. On Windows, that means they will not have CRLF translation from the mode. On Windows, that means they will not have CRLF translation from the
':crlf' IO layer. Installing Unicode::UTF8 0.58 or later will speed up ':crlf' IO layer. Installing Unicode::UTF8 0.58 or later will speed up
'*_utf8' situations in many cases and is highly recommended. '*_utf8' situations in many cases and is highly recommended. Alternatively,
installing PerlIO::utf8_strict 0.003 or later will be used in place of the
default ':encoding(UTF-8)'.
This module depends heavily on PerlIO layers for correct operation and thus This module depends heavily on PerlIO layers for correct operation and thus
requires Perl 5.008001 or later. requires Perl 5.008001 or later.