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:
commit
f76e9787dc
@ -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
3
Path-Tiny-0.094.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a06ac7dfe46b54f8919c279b9f6fc452c0d003940e3d3fda043c2b7f0f87b4cd
|
||||
size 90610
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.090
|
||||
Version: 0.094
|
||||
Release: 0
|
||||
%define cpan_name Path-Tiny
|
||||
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
|
||||
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
|
||||
'*_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
|
||||
requires Perl 5.008001 or later.
|
||||
|
Loading…
Reference in New Issue
Block a user