diff --git a/Params-ValidationCompiler-0.26.tar.gz b/Params-ValidationCompiler-0.26.tar.gz deleted file mode 100644 index 4e302d7..0000000 --- a/Params-ValidationCompiler-0.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a9ea4895c9288ae4a0a2f5f1309d0dea8ffc46d429263c8f59a83c126c75805 -size 44588 diff --git a/Params-ValidationCompiler-0.27.tar.gz b/Params-ValidationCompiler-0.27.tar.gz new file mode 100644 index 0000000..473a645 --- /dev/null +++ b/Params-ValidationCompiler-0.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a99968359d430e34ea8a12e7f08a669ffd34a3dae4d8ea9ca076c1100af9b2 +size 45214 diff --git a/perl-Params-ValidationCompiler.changes b/perl-Params-ValidationCompiler.changes index 603194e..ab62b42 100644 --- a/perl-Params-ValidationCompiler.changes +++ b/perl-Params-ValidationCompiler.changes @@ -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 diff --git a/perl-Params-ValidationCompiler.spec b/perl-Params-ValidationCompiler.spec index 90df920..9a81c8b 100644 --- a/perl-Params-ValidationCompiler.spec +++ b/perl-Params-ValidationCompiler.spec @@ -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