The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.05  2010-07-24
    Use the new Moose::Exporter API

0.04  2009-07-06
    Fix which constructor methods we wrap, which have become private (doy)

0.03  2009-03-29
    Declare dependency on Set::Object::Weak

0.02  2009-03-25
    The interface has changed to:
        use Moose;
        use MooseX::InstanceTracking;
    since we now inject multiple traits.

    We now support make_immutable by injecting a constructor trait, so you can
        have your instances fast *and* big-brothered.