No subject


Sat Oct 16 04:25:36 CEST 2010


" Perl's garbage collection has one big problem: Circular references
can't get cleaned up. A circular reference can be as simple as two
reference that refer to each other:

    my $mom =3D {
        name =3D> "Marilyn Lester",
    };

    my $me =3D {
        name =3D> "Andy Lester",
        mother =3D> $mom,
    };
    $mom->{son} =3D $me;
"

>
> Other question: do you plan to make Moose a Koha requirement and
> recommendation?

Not for 3.4. I think the above list plus all the rfcs to get done in 6
months is plenty ambitious enough. And until we can run Koha in a
persistent manner, adding Moose would just kill us.

Chris


More information about the Koha-devel mailing list