Changes for version 0.021 - 2013-09-05
- Actually inherit from Class::Tiny. This means that your class doesn't need to `use` both Class::Tiny and Class::Tiny::Antlers; just `use Class::Tiny::Antlers`.
- Added: Optionally export `before`, `after` and `around` keywords, powered by an optional dependency on Class::Method::Modifiers.
- Added: Provide a `get_all_attribute_specs_for` method for attribute introspection.
- Make the dependency on Role::Tiny optional again.
- Take advantage of Class::Tiny's new(ish) `create_attributes` method.
- Updated: Requires Class::Tiny 0.006.
Modules
Moose-like sugar for Class::Tiny