Changes
=======

0.00005 - Oct 19 2009
    - Do the post-expand processing for arguments, too
    - Use a newly created element when processing arguments, thus
      circumventing Perl's optimization that reuses local arrays
    - Fix debug level check

0.00004 - Oct 19 2009
    - Fix circular bind dependency for setter injections

0.00003 - Oct 19 2009
    - Fix the DSL prototype for bind_value with cascading binds

0.00002 - Oct 16 2009
    - Cache the expanded value when an injection runs

0.00001 - Oct 08 2009
    - Save some memory by sharing Data::Visitor (this may change later)
    - Use the new Moose attribute traits
    - Fix the unimport method in MooseX::Orochi
    - Fix inherited bind specification by properly cloning the metaclass

0.00001_01 - Oct 05 2009
    - Initial release