Files
perl-Bread-Board/perl-Bread-Board.changes

116 lines
3.9 KiB
Plaintext

-------------------------------------------------------------------
Sat Jun 29 05:02:43 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.37
see /usr/share/doc/packages/perl-Bread-Board/Changes
-------------------------------------------------------------------
Mon Oct 9 05:06:39 UTC 2017 - coolo@suse.com
- updated to 0.36
see /usr/share/doc/packages/perl-Bread-Board/Changes
0.36 2017-09-25
[ BUG FIXES ]
- fix pod error. (Mohammad S Anwar, GH#63)
[ MISC ]
- Reverting the changes of #53, as it breaks a few packages that are
using `also => 'Bread::Board'` in their import, and the benefit we
get from freeing ourselves from Moose::Exporter isn't that huge.
[ STATISTICS ]
- code churn: 4 files changed, 40 insertions(+), 44 deletions(-)
-------------------------------------------------------------------
Wed Aug 2 05:08:02 UTC 2017 - coolo@suse.com
- updated to 0.35
see /usr/share/doc/packages/perl-Bread-Board/Changes
0.35 2017-07-31
[ BUG FIXES ]
- fixed Bread::Board::Dumper to dump parameterized containers -
previously it would just ignore them entirely (#56, Dave Rolsky)
- Moo classes were losing their method modifiers because of bad
interaction with Class::MOP::class_of(). (GH#61)
[ ENHANCEMENTS ]
- Using Bread::Board no longer enables strict and warnings in the
calling package. (#53, Dave Rolsky) - Bread::Board::Dumper now sorts
services and sub containers - previously these came out in a random
order each time (#56, Dave Rolsky) - allow a service or literal to be
undefined. (#54, Dave Rolsky)
[ STATISTICS ]
- code churn: 13 files changed, 425 insertions(+), 237 deletions(-)
-------------------------------------------------------------------
Mon Apr 4 09:17:41 UTC 2016 - coolo@suse.com
- updated to 0.34
see /usr/share/doc/packages/perl-Bread-Board/Changes
0.34 2016-03-28
- Add test messages to tests which did not have them, (#50, Alex
Balhatchet)
[ DOCUMENTATION ]
- add missing module abstracts. (GH#49, Alex Balhatchet, GH#16,
Sterling Hanenkamp)
[ ENHANCEMENTS ]
- SetterInjection can now accept any constructor. (#43, dakkar)
[ STATISTICS ]
- code churn: 37 files changed, 462 insertions(+), 395 deletions(-)
-------------------------------------------------------------------
Mon Apr 27 05:26:08 UTC 2015 - coolo@suse.com
- updated to 0.33
see /usr/share/doc/packages/perl-Bread-Board/Changes
-------------------------------------------------------------------
Tue Apr 14 12:27:53 UTC 2015 - coolo@suse.com
- updated to 0.32
see /usr/share/doc/packages/perl-Bread-Board/Changes
-------------------------------------------------------------------
Tue Apr 14 12:27:50 UTC 2015 - coolo@suse.com
- updated to 0.25
see /usr/share/doc/packages/perl-Bread-Board/Changes
-------------------------------------------------------------------
Sat Apr 16 08:10:27 UTC 2011 - coolo@opensuse.org
- updated to 0.18
* Bread::Board::Service::WithParameters
- added has_parameter_defaults method to check
if a parameter has default values
* Bread::Board::Service::WithDependencies
- added a check for has_parameter_defaults before
we make a Thunk
- added test for this (thanks to rafl)
-------------------------------------------------------------------
Sun Apr 3 15:37:52 UTC 2011 - coolo@novell.com
- updated to 0.17
* Bread::Board::Service::Inferred
- make recrusive inferrence work
- add tests for this
* Bread::Board::Manual::Concepts::Advanced
- small doc update about subclassing and
the name parameter, resolving RT#63124
(thanks to Evan Haas)
-------------------------------------------------------------------
Wed Dec 29 10:36:37 CET 2010 - pascal.bleser@opensuse.org
- initial version (0.15)