forked from pool/perl-Test-File
Accepting request 949201 from devel:languages:perl:autoupdate
- updated to 1.991 see /usr/share/doc/packages/perl-Test-File/Changes 1.991 2022-01-21T01:37:36Z * Enforce text files in some functions, as warned in #18. * Change up some diag messages: 1) lowercase first letter 2) not ! at end, and 3) use "file" instead of "filename". If you were matching on those, you may need to update your patterns. OBS-URL: https://build.opensuse.org/request/show/949201 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File?expand=0&rev=17
This commit is contained in:
parent
be42f03e1e
commit
fa9d07c745
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:084152680a2cecc10f1a06b8a2a41f166d8d9311eb12022b53d36ccb50716a34
|
||||
size 29914
|
3
Test-File-1.991.tar.gz
Normal file
3
Test-File-1.991.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea380adca40bfa1379b500f35cfdecfc053cf02e89c77d087cfb6f2a85e1c9de
|
||||
size 30420
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 03:09:23 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.991
|
||||
see /usr/share/doc/packages/perl-Test-File/Changes
|
||||
|
||||
1.991 2022-01-21T01:37:36Z
|
||||
* Enforce text files in some functions, as warned in #18.
|
||||
* Change up some diag messages: 1) lowercase first letter 2) not ! at
|
||||
end, and 3) use "file" instead of "filename". If you were matching on
|
||||
those, you may need to update your patterns.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 6 03:08:19 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-File
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Test-File
|
||||
Name: perl-Test-File
|
||||
Version: 1.448
|
||||
Version: 1.991
|
||||
Release: 0
|
||||
Summary: Test file attributes
|
||||
License: Artistic-2.0
|
||||
@ -28,10 +28,10 @@ Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||
BuildRequires: perl(Test::Builder) >= 1.001006
|
||||
BuildRequires: perl(Test::Builder::Tester) >= 1.04
|
||||
BuildRequires: perl(Test::More) >= 1
|
||||
BuildRequires: perl(Test::utf8)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -45,7 +45,7 @@ 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. :) IF you want to pretend to be Windows on a non-Windows
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user