8
0
2018-02-18 10:38:46 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Feb 12 12:15:10 UTC 2018 - coolo@suse.com
- updated to 0.27
see /usr/share/doc/packages/perl-Params-ValidationCompiler/Changes
0.27 2018-02-11
- Fixed a bug with inlining Moose types. If a type's parent needed environment
variables those would not get closed over. Reported by Mark Fowler. GH #22.
- Added a debug option to dump the source of the subroutine before it is
eval'd.
-------------------------------------------------------------------
Fri Dec 8 06:45:15 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Params-ValidationCompiler
#
# 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-Params-ValidationCompiler
Version: 0.26
Version: 0.27
Release: 0
%define cpan_name Params-ValidationCompiler
Summary: Build an optimized subroutine parameter validator once, use it forever