Accepting request 573828 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/573828 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sub-Quote?expand=0&rev=5
This commit is contained in:
parent
f49fef2cc4
commit
d223b0eb58
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5861520313fa8c8bf8f8b8c64af0d6d9140380652dc1f98bd03370ddaf1a30ff
|
||||
size 20363
|
3
Sub-Quote-2.005000.tar.gz
Normal file
3
Sub-Quote-2.005000.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44b145111bee7b0001818e77f7ce587153232dbc97351f4c5ed34522372b64ff
|
||||
size 20780
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 17:20:10 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 2.005000
|
||||
see /usr/share/doc/packages/perl-Sub-Quote/Changes
|
||||
|
||||
2.005000 - 2018-02-06
|
||||
- fixed defer_info and undefer_sub from returning data for a deferred sub
|
||||
after it expires, even if the ref address matches
|
||||
- fixed defer_info not returning info for undeferred unnamed subs after the
|
||||
deferred sub expires
|
||||
- include options in defer_info return data
|
||||
- exclude internals from defer_info return data
|
||||
- document defer_info function
|
||||
- encode all utf8 flagged scalars as strings, since they generally will
|
||||
always have originated as strings. Avoids future warning on bitwise ops
|
||||
on strings with wide characters.
|
||||
- more thorough check for threads availability to avoid needless test
|
||||
failures.
|
||||
- added file and line options to quote_sub to allow specifying apparent
|
||||
source location.
|
||||
- documented additional options to Sub::Defer::defer_sub and
|
||||
Sub::Quote::quote_sub.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 9 06:25:54 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Sub-Quote
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Sub-Quote
|
||||
Version: 2.004000
|
||||
Version: 2.005000
|
||||
Release: 0
|
||||
%define cpan_name Sub-Quote
|
||||
Summary: Efficient generation of subroutines via string eval
|
||||
|
Loading…
x
Reference in New Issue
Block a user