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:
Pedro Monreal Gonzalez 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67fcfaf4e33072924975675da9004bacc43fff9f61396135b93627cbe38e43c0
size 17743

BIN
Module-Runtime-0.016.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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

View File

@ -17,7 +17,7 @@
Name: perl-Module-Runtime
Version: 0.015
Version: 0.016
Release: 0
%define cpan_name Module-Runtime
Summary: Runtime Module Handling