- New upstream release 2.5.0
- Fix build under perl 5.8 (GH#63, GH#76, GH#79)
- Use version->declare() to declare $VERSION (GH#55, GH#80)
- Make 'prove -br t' work with dot-not-in-INC perls (GH#81)
- This release by SKAJI → update source URL
- New upstream release 2.4.10
- Support Moose-like oneliners (GH#51)
- Various minor fixes (GH#58)
- This release by GFUJI → update source URL
- Drop legacy Group: tags
- New upstream release 2.4.7
- Workaround for GH#64 (GH#67); in some case stack is corrupted at more than
23 attributes (this change may make things a bit slow in that case)
- New upstream release 2.4.6
- Fix test for older Perls (GH#68)
- Define macros for older Visual Studio compiler (GH#66)
- Simplify find command using -empty and -delete
We cannot use perl to control build-time dependencies because perl is
not in the SRPM build root. Becuase Data::Dump::Stream does not work
since perl 5.22 that is in all supported Fedoras, I disabled it
unconditionally.
- New upstream release 2.4.1
- Merged the pull-request #13, which fixed an issue where the behavior of
role method confliction was different from Moose; this change might affect
your existing code so the major version has incremented (see
t/030_roles/role_conflict_and_inheritance.t for details)
- Dropped 5.6.2 support
- Migrated to Minilla
- Fixed#16 (Inconsistent coercion/validation of Bool type)
- Fixed#17 (Memory leak in applying roles to instances)
- Classify buildreqs by usage
- Switch to Module::Build flow
- Make %files list more explicit