From 3d0d6db682fce879d55817af6d9d349cc559872b43cc9a0a5bf744f7f532636f Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 19 Oct 2017 11:49:22 +0000 Subject: [PATCH] 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 --- Module-Runtime-0.015.tar.gz | 3 --- Module-Runtime-0.016.tar.gz | 3 +++ perl-Module-Runtime.changes | 26 ++++++++++++++++++++++++++ perl-Module-Runtime.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 Module-Runtime-0.015.tar.gz create mode 100644 Module-Runtime-0.016.tar.gz diff --git a/Module-Runtime-0.015.tar.gz b/Module-Runtime-0.015.tar.gz deleted file mode 100644 index e7cf037..0000000 --- a/Module-Runtime-0.015.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67fcfaf4e33072924975675da9004bacc43fff9f61396135b93627cbe38e43c0 -size 17743 diff --git a/Module-Runtime-0.016.tar.gz b/Module-Runtime-0.016.tar.gz new file mode 100644 index 0000000..f166a00 --- /dev/null +++ b/Module-Runtime-0.016.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024 +size 18275 diff --git a/perl-Module-Runtime.changes b/perl-Module-Runtime.changes index f6c48d0..832d614 100644 --- a/perl-Module-Runtime.changes +++ b/perl-Module-Runtime.changes @@ -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 diff --git a/perl-Module-Runtime.spec b/perl-Module-Runtime.spec index b860f46..25f1219 100644 --- a/perl-Module-Runtime.spec +++ b/perl-Module-Runtime.spec @@ -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