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

129 lines
4.5 KiB
Plaintext

-------------------------------------------------------------------
Sun Aug 25 05:41:12 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.29
see /usr/share/doc/packages/perl-namespace-autoclean/Changes
0.29 2019-08-24 17:07:22Z
- switch from Test::Requires to Test::Needs
- report on the installed versions of more optional modules
-------------------------------------------------------------------
Fri Oct 16 09:53:23 UTC 2015 - coolo@suse.com
- updated to 0.28
see /usr/share/doc/packages/perl-namespace-autoclean/Changes
0.28 2015-10-13 01:25:26Z
- skip failing tests with old Moo or when Sub::Util is broken (RT#107643)
-------------------------------------------------------------------
Thu Sep 10 10:19:14 UTC 2015 - coolo@suse.com
- updated to 0.27
see /usr/share/doc/packages/perl-namespace-autoclean/Changes
0.27 2015-09-09 02:29:20Z
- package with only ExtUtils::MakeMaker to ease installation on perl 5.6
-------------------------------------------------------------------
Sun Jun 7 09:15:30 UTC 2015 - coolo@suse.com
- updated to 0.26
see /usr/share/doc/packages/perl-namespace-autoclean/Changes
0.26 2015-06-07 02:53:17Z
- mark all Mouse tests as TODO below perl 5.010, to enable installation
despite apparent instability issues (see RT#101825)
0.25 2015-06-03 01:09:06Z
- load Moo::Role earlier in a test, to make a potential misconfiguration
more visible
-------------------------------------------------------------------
Fri Feb 6 13:13:02 UTC 2015 - coolo@suse.com
- updated to 0.24
- re-release to fix problematic $VERSION declaration (RT#101095)
0.23 2014-12-27 04:07:03Z
- be more lenient in optional Mouse tests to handle edge cases in older and
pure perl versions
0.22 2014-11-04 06:19:54Z
- fix an erroneous change in 0.21
0.21 2014-11-04 05:24:36Z
- drop testing of MooseX::MarkAsMethods, now that Moose 2.1400 has better
overload handling
0.20 2014-09-06 23:04:12Z
- Moose earlier than 2.0300 had a broken ->does method, which called methods
on a class's meta when it might not be initialized (RT#98424)
-------------------------------------------------------------------
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