8
0

Accepting request 535098 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/535098
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Runtime?expand=0&rev=13
This commit is contained in:
2017-10-19 11:49:22 +00:00
committed by Git OBS Bridge
parent 9949fa7f6d
commit 3d0d6db682
4 changed files with 30 additions and 4 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Oct 19 05:36:17 UTC 2017 - coolo@suse.com
- updated to 0.016
see /usr/share/doc/packages/perl-Module-Runtime/Changes
version 0.016; 2017-10-17
* port t/taint.t to Perl 5.27.5, where re-requiring an already-loaded
module doesn't trigger tainting
* skip t/taint.t if the perl empirically doesn't perform taint checks
but the script got run anyway (which happens with an unsupported
configuration of the Perl core which some people are using in the
absence of a supported no-taint configuration)
* in t/taint.t, use $^X rather than $ENV{PATH} as the primordial
tainted value to taint a string being tested
* in documentation, use four-column indentation for all verbatim
material
* in META.{yml,json}, point to public bug tracker
* in META.json, specify type of public repository
-------------------------------------------------------------------
Mon Jul 17 05:49:49 UTC 2017 - coolo@suse.com