Accepting request 315364 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/315364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2015-07-07 09:27:44 +00:00 committed by Git OBS Bridge
parent eeeb074012
commit 58e4ba2b9a
4 changed files with 20 additions and 10 deletions

View File

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

3
Test-File-1.44.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 7 09:23:56 UTC 2015 - coolo@suse.com
- updated to 1.44
see /usr/share/doc/packages/perl-Test-File/Changes
1.44 2015-07-06T00:29:56Z
* Fix file_has_* tests to work on Windows (RJBS) GitHub #13
1.43_02 2015-06-24T15:21:57Z
* check file_mode_has tests for Windows
-------------------------------------------------------------------
Tue Jun 23 08:47:25 UTC 2015 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Test-File
Version: 1.43
Version: 1.44
Release: 0
%define cpan_name Test-File
Summary: Test File Attributes
@ -32,12 +32,8 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Builder) >= 1.001006
BuildRequires: perl(Test::Builder::Tester) >= 1.04
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::More) >= 0.95
BuildRequires: perl(Test::utf8)
Requires: perl(Test::Builder) >= 1.001006
Requires: perl(Test::Builder::Tester) >= 1.04
Requires: perl(Test::More) >= 0.95
Requires: perl(Test::utf8)
%{perl_requires}
%description
@ -51,7 +47,9 @@ permissions.
Some attributes don't make sense outside of Unix, either, so some tests
automatically skip if they think they won't work on the platform. If you
have a way to make these functions work on Windows, for instance, please
send me a patch. :)
send me a patch. :) IF you want to pretend to be Windows on a non-Windows
machine (for instance, to test 'skip()'), you can set the
'PRETEND_TO_BE_WINDOWS' environment variable.
The optional NAME parameter for every function allows you to specify a name
for the test. If not supplied, a reasonable default will be generated.