2025-10-07T21:02:59Z

Create a variant of the metadata driver for both the old and the new version of the database layout.

Dorian Taylor

For some reason I made Store::Digest with all mixins that can't do inheritance.

Intertwingler MVP

It will probably be easier to test these things anyway if they are classes instead of mixins.

Refactor Store::Digest::Meta and Store:Digest::Blob so that they are classes instead of mixins so they can be subclassed, and make the driver wrap them.

Turning these Store::Digest modules into classes may not actually be necessary.