| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 | 
- drop support for sle11 (perl-Class-Accessor-Grouped-use_lib.patch) - fix build with perl 5.26 (perl526.patch)
- 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
- 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]*/)
- 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
- fix build on distributions with older Test::More module ( perl-Class-Accessor-Grouped-use_lib.patch )
- updated to 0.10003 - Only require MRO::Compat for older perls - Add SYNOPSIS - Add examples for methods that get used most often
- update to 0.10002
- switch to perl_requires macro
- update to 0.09002 - removing Class::XSAccessor usage for now * 0.09001 Thu Oct 1 21:48:06 2009 - remove optional dep from Makefile.PL * 0.09000 Sun Aug 23 20:08:09 2009 - release * 0.08999_01 Tue July 7 22:06:21 2009 - Make _mk_group_accessors name the closures installed for Moose compat - Use Class::XSAccessor if available RT#45577 (Andy Grundman) * 0.08003 Sat Mar 21 9:27:24 2009 - Fixed set_inherited under C3::Componentised: RT#43702, RIBASUSHI * 0.08002 Mon Nov 17 20:27:22 2008 - Removed unnecessary code in get_simple: RT#40992, BUCHMULLER Norbert - cleanup spec * added header * fixed deps * moved changelog to .changes - added perl-macros * perl_gen_filelist
- first release 0.08001