Files
perl-Goose/perl-Goose.changes

17 lines
642 B
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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)