0.40 2016-07-06 23:21:21 +0200
- Apply PR/30 and PR/31. @nfg++. @veryrusty++.
0.39 2014-09-03 23:31:55 -0600
- Apply PR/25. @daoswald++
0.38 2013-10-28 15:37:28 +0800
- Fixed Changes file to comply to CPAN::Changes::Spec
0.37 2013-10-25 21:46:59 +0800
- Bugfix: Run Test::Compile tests as xt as they require optional
dependencies to be present (GH issue #22)
- Testing: Added Travis-CI integration
- Makefile: Added target to update version on all packages
0.36 2013-10-20 04:44:42 +0800
- Move the distribution to Dist::Zilla
0.35 2013-05-27 14:23:42 -0700
- Forgot to merge doc changes from CarlosLima++
0.34 2013-05-26 14:55:06 -0700
- CarlosLima++ added nonlazy support to set defaults during construction.
0.33 2013-02-28 03:31:47 +0800
- Adds terser syntax to Mo::default
- Assumes default when given odd number of arguments to has
- Improved automated golfing
0.32 2013-02-26 01:47:41 +0800
- Required attributes accepts 0/undef
0.31 2012-04-19 10:59:34 -0700
- dams++ and melo++ fix
https://rt.cpan.org/Public/Bug/Display.html?id=76664 and
https://rt.cpan.org/Public/Bug/Display.html?id=74487
0.30 2011-10-11 19:36:07 floating
- Don't run moose/mouse tests unless deps exist
- Add Mo::importer
0.29 2011-10-10 22:46:50 floating
- Mo::Mouse with help by gfx++
0.28 2011-10-09 16:29:07 floating
- First module ever released during a Lightning Talk (PPW 2011)
- Mo::Moose with help by doy++
- Mo::option
0.27 2011-10-06 10:33:29 floating
- forwardever++ added Mo::chain
0.26 2011-10-03 18:03:21 floating
- Added Mo::import and Mo::exporter.
- Add Mo::xs
- Make Mo::Inline better
- More docs
0.25 2011-10-01 15:46:19 floating
- Add a Feature extension system.
- This is a non-backward compat release as it no longer includes builder
and default automatically.
0.24 2011-09-25 12:44:29 +0200
- Ensure that Mo.pm ends with semicolon. Needed for inlining.
- Released from Laurent++ and Emmanuelle++ Parisian porch over a
delightful breakfast with they and BooK.
0.23 2011-09-21 23:53:13 +0200
- Refactoring and more docs.
- Released from Liz++ and Wendy++'s upstairs toilet room. (From the
throne!)
0.22 2011-09-12 17:18:29 +0200
- mst++ changed default base class to Mo::O to avoid inheriting import()
method
0.21 2011-09-12 11:16:31 +0200
- Add Mo::Design pod
- Remove multiple inheritance
- Released from Liz++ and Wendy++ kitchen
0.20 2011-09-11 11:58:51 +0200
- mv bin/compress to script/compress.pl
0.19 2011-09-11 11:27:14 +0200
- Squish!
0.18 2011-09-11 09:52:30 +0200
- Don't pollute namspace with _ (or anything)
0.17 2011-09-11 03:24:17 +0200
- Call BUILD sequence properly
0.16 2011-09-11 01:31:30 +0200
- extends can handle multiple parents
0.15 2011-09-10 23:40:23 +0200
- extends did load parent module. fixed.
0.14 2011-09-10 22:25:40 +0200
- Make default called on exists rather than undef
- Add builder. Very cheap to do so.
0.13 2011-09-09 19:15:05 +0200
- dams++ adds 'default' for 'has'
0.12 2011-09-09 07:52:13 +0200
- dams++ golfing
- Upgrade docs
0.11 2011-09-08 15:36:35 +0200
- Move doc from pm to pod
0.10 2011-09-08 15:24:03 +0200
- First Release