swithc to Data::Dumper
[gitmo/MooseX-Storage.git] / Changes
CommitLineData
e9739624 1Revision history for MooseX-Storage
e59193fb 2
45d9a73c 30.02
c4a322ec 4 * MooseX::Storage::Base::WithChecksum
5 - added a simple base role which makes a checksum of
6 the data structure before packing, and checks the
7 checksum before unpacking.
8 - added tests for this
9
45d9a73c 10 * MooseX::Storage::Engine
11 - better error reporting when cycles are found
c1830046 12 - class names are now stored as the full identifier
13 (<class>-<version>-<authority>) and are checked
14 when they are expanded.
15 - added docs and tests for this
45d9a73c 16
7b428d1f 170.01 Mon. April 30, 2007
18 This was Chris's idea originally (blame him), and
19 we expanded on it to create what you see here :)
e59193fb 20