8
0

Accepting request 435067 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/435067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Script?expand=0&rev=29
This commit is contained in:
Stephan Kulow
2016-10-23 06:09:08 +00:00
committed by Git OBS Bridge
parent 65afe3b7eb
commit 79fd495a48
4 changed files with 21 additions and 5 deletions

View File

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

3
Test-Script-1.14.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Oct 14 06:24:43 UTC 2016 - coolo@suse.com
- updated to 1.14
see /usr/share/doc/packages/perl-Test-Script/Changes
1.14 2016-10-13 11:04:48 -0400
- Fix a regex in a test that fails on recent versions of
Test2 on Windows (possibly others) (gh#8)
- One of the tests was unreasonably slow, so it does
not get run for users, but will be used for development
only
- Remove warning condition that happens with at least some
older versions of Perl when using quotemeta without
parentheses (gh#7 Thanks Brendan Byrd)
-------------------------------------------------------------------
Thu May 5 10:16:54 UTC 2016 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Test-Script
Version: 1.12
Version: 1.14
Release: 0
%define cpan_name Test-Script
Summary: Basic cross-platform tests for scripts
@@ -75,6 +75,6 @@ platform safety, this module will err on the side of platform safety.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc author.yml Changes LICENSE README
%changelog