1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Revision history for Perl extension MooseX-SingleArg.
0.09 2019-02-18T06:09:45Z
- Fix minor typo in Pod.
- Fix a test that hadn't been moved to Test2::V0.
- Migrate build tooling from Dist::Zilla to Minilla.
0.08 2018-05-16
- Allow all the modules to be indexed.
0.07 2018-04-28
- Document init_arg behavior. Thanks @tobyink!
0.06 2018-04-17
- Add a cpanfile, doh!
0.05 2018-04-09
- Minor doc updates.
- As of 0.04 we are no longer using MooseX::ClassAttribute, so removing
it from the prereqs.
0.04 2012-04-16
- Use Moose's meta traits more effectively so that single args may be
declared in roles.
0.03 2012-03-20
- Comment on MooseX::OneArgNew.
- Add force option.
0.02 2012-03-19
- Fix prereqs.
0.01 2012-03-19
- First release.
|