tweaks and shit
[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
06a66732 17 * MooseX::Storage::Engine::IO::(AtomicFile, File)
18 - added checks to make sure the file gets opened correctly
19 and dies if it does not.
20
7b428d1f 210.01 Mon. April 30, 2007
22 This was Chris's idea originally (blame him), and
23 we expanded on it to create what you see here :)
e59193fb 24