perl-namespace-autoclean/perl-namespace-autoclean.changes

66 lines
2.3 KiB
Plaintext

-------------------------------------------------------------------
Sat Jul 19 11:45:54 UTC 2014 - rpm@scorpio-it.net
- update to 0.19
- more comprehensive testing with Moo/Mouse/Moose
- fixed cleaning of constants
- 0.18 2014-06-14 20:12:59Z
- better method detection for Mouse (github #4, Graham Knop)
- 0.17 2014-06-10 20:13:14Z
- Add -except to import options. This allows you to explicitly not clean a
sub. (Dave Rolsky)
- 0.16 2014-05-27 04:50:22Z (TRIAL RELEASE)
- Changed the code to no longer _require_ Class::MOP. If your class is not a
Moose class then we don't load Class::MOP. This was particularly
problematic for Moo classes. Using namespace::autoclean with a Moo class
"upgraded" it to be a Moose class.
- Using this module just broke overloading in a class. Reported by Chris
Weyl. (RT#50938)
-------------------------------------------------------------------
Sun Feb 9 13:34:22 UTC 2014 - coolo@suse.com
- updated to 0.15
- update configure_requires checking in Makefile.PL, add CONTRIBUTING file
-------------------------------------------------------------------
Mon Nov 25 07:35:58 UTC 2013 - coolo@suse.com
- updated to 0.14
* bump dependency on B::Hooks::EndOfScope, to get the separation of
pure-perl and XS components (RT#89245)
* repository migrated to the github moose organization
-------------------------------------------------------------------
Thu Nov 17 12:37:38 UTC 2011 - coolo@suse.com
- update to 0.13
* Fix issue in dist.ini which was causing links to be incorrectly generated.
* Re-package to remove BEGIN { $VERSION hackery by using a newer
Dist-Zilla.
-------------------------------------------------------------------
Sun Apr 3 15:27:17 UTC 2011 - coolo@novell.com
- updated to 0.12
* Bump namespace::clean dep to 0.20 to pull in the bugfix for
Package::Stash::XS 0.19
-------------------------------------------------------------------
Sat Jan 22 20:42:57 UTC 2011 - coolo@novell.com
- update to 0.11
* Improve distribution metadata.
* Fix documentation typo ( Andrew Rodland).
-------------------------------------------------------------------
Wed Dec 1 13:34:01 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Wed Oct 13 09:24:35 UTC 2010 - coolo@novell.com
- fix test suite