8
0

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

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