8
0

Accepting request 455907 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/455907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-StrictConstructor?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2017-02-13 06:23:54 +00:00
committed by Git OBS Bridge
parent 1977c9b55c
commit 6777b7ebff
5 changed files with 59 additions and 13 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Feb 10 06:09:41 UTC 2017 - coolo@suse.com
- updated to 0.21
see /usr/share/doc/packages/perl-MooseX-StrictConstructor/Changes
0.21 2017-02-09
- The last release accidentally added Moo as a hard prereq when it's only
needed for testing. Patched by Karen Etheride (GH #4).
0.20 2017-02-09
- Repository has moved to the GitHub Moose organization
- Added support for __no_BUILD__ as a constructor argument to skip calling any
BUILD subs (used internally by modules like Moo that have their own
implementation of calling BUILD). Reported and patched by Karen Etheridge
(RT#120124, GH #1).
-------------------------------------------------------------------
Sat Jul 27 11:58:34 UTC 2013 - coolo@suse.com