Changelog for
perl-Class-Accessor-Grouped-0.10014-bp156.3.1.noarch.rpm :
* Tue Aug 20 2019 Tina Mueller
- Remove perl526.patch Not needed anymore because Makefile.PL was fixed upstream
* Wed Apr 03 2019 Stephan Kulow - updated to 0.10014 see /usr/share/doc/packages/perl-Class-Accessor-Grouped/Changes 0.10014 2018-07-01 19:25 (UTC) - releasing 0.10013_01 as stable 0.10013_01 2018-05-28 13:37 (UTC) - convert packaging from Module::Install to plain ExtUtils::MakeMaker - fix running Makefile.PL when AATTINC does not contain \'.\' (perl 5.26). - don\'t run author tests at all for user installs
* Tue Oct 03 2017 cooloAATTsuse.com- drop support for sle11 (perl-Class-Accessor-Grouped-use_lib.patch)- fix build with perl 5.26 (perl526.patch)
* Wed Nov 12 2014 cooloAATTsuse.com- updated to 0.10012 - Fix tests tickling deficient threads on perl 5.10.0 - Soft-depend on newer (bugfixed and
*simpler
*) Class::XSAccessor 1.19 - More robust threading tests
* Mon Jun 03 2013 cooloAATTsuse.com- updated to 0.10010 - Fix bug with identically-named \'simple\' accessors in different classes set to access
*differently named fields
* getting their field access mixed up - Fix subtle pessimization when having identically-named accessors in different classes leads to \'simple\' implementations not being replaced by Class::XSAccessor where appropriate - Stop leaking extra methods into the inheritance chain - there are plenty already - Allow disabling of accessor name checking introduced in 0.10007 - Pass tests if Class::XSAccessor is available but Sub::Name isn\'t - Disable tests on perls where Class::XSAccessor emits broken error messages (RT#74883, RT#80519) - Drop minimum perl to 5.6 (from 5.6.2) - Switch all module loading to Module::Runtime and lose dependency on Class::Inspector - Fix stupid mistake causing double-require of Sub::Name when Class::XSAccessor is not available (RT#80657) - Simplify superclass traversal done by the \'inherited\' group type - Fix incorrect quoting of unusual hash keys (fieldnames) - Depend on newer bugfixed Class::XSAccessor 1.15 - Improve text of ro/wo violation exceptions - Sanity-check accessor names for well-formedness (qr/[A-Z_a-z][0-9A-Z_a-z]
*/)
* Mon Feb 27 2012 cooloAATTsuse.com- updated to 0.10006 - Silence warnings resulting from incomplete can() overrides hiding get/set_simple methods - Depend on newer bugfixed Class::XSAccessor - Repack with correct metadata (RT#73100) - No longer leak internal __CAG
* methods into the inheritable namespace
* Sun Jun 05 2011 larsAATTlinux-schulserver.de- fix build on distributions with older Test::More module ( perl-Class-Accessor-Grouped-use_lib.patch )
* Tue May 31 2011 cooloAATTnovell.com- updated to 0.10003 - Only require MRO::Compat for older perls - Add SYNOPSIS - Add examples for methods that get used most often
* Mon Jan 17 2011 cooloAATTnovell.com- update to 0.10002
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro