The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Reindeer

0.008     2012-02-28 14:31:07 America/Los_Angeles
- pod/documentation update only

0.007     2012-02-14 20:47:12 America/Los_Angeles
- add: MooseX::CurriedDelegation
- add: MooseX::Types::LoadableClass
- initial combined types library (Reindeer::Types)
- Reinder::Util can now export functions on request

0.006     2012-02-06 07:42:58 America/Los_Angeles
- Add explicit version dependencies to most deps.  This should help avoid some
  install/test failures

0.005     2012-02-05 09:51:30 America/Los_Angeles
- Use Test::Requires to check for the presence of optional traits
- Additional "spot-check" tests

0.004     2011-11-15 16:39:50 America/Los_Angeles
- add weaver.ini to invoke (the possibly poorly named)
  Pod::Weaver::Section::Collect::FromOther, so that we can document without
  redocumenting
- Add Path::Class to our exports
- Add MooseX::Types::Path::Class, ::Tied::IxHash, etc.
- Add a number of "optional" traits, by ensuring aliases are exported for them
- Add trait_aliases where any of our attribute extensions don't provide them
  on their own; this allows for a more consistent interface, especially when
  the traits may need to be applied manually (e.g. to extended attributes from
  a superclass)

0.003     2011-11-06 20:17:59 America/Los_Angeles

0.002     2011-11-03 21:28:26 America/Los_Angeles
- Require recent MooseX::MarkAsMethods and ::AttributeShortcuts
- Take advantage of "into" support in MX::MAM 0.14

0.001     2011-10-27 10:49:02 America/Los_Angeles
- First release