Files
perl-Goose/perl-Goose.changes

30 lines
1.1 KiB
Plaintext

-------------------------------------------------------------------
Thu Oct 11 13:52:03 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
- Fix build
-------------------------------------------------------------------
Sat Dec 24 10:17:15 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.016:
* added 'requires' to Goose::Role, which is just a clone of 'offers'. Mainly
for compatibility with the 1,000 choices of OOP systems out there.
* removed :Utils attribute and moved Goose::Utils to its own module
-------------------------------------------------------------------
Wed Dec 21 22:40:14 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.015:
* pretty nasty bug in Goose where the "with" method doesn't get the correct
package name.. yeah, like I said. Bad. This is the fix for it
- changes from 0.014:
* added Goose::Role. Currently it's very minimal, but it works. A Goose::Role
can "offer" a subroutine to any classes using it (thanks to Goose's new
'with' method)
-------------------------------------------------------------------
Wed Dec 14 18:32:17 CET 2011 - pascal.bleser@opensuse.org
- initial version (0.013)