tweaks and shit
[gitmo/MooseX-Storage.git] / Changes
1 Revision history for MooseX-Storage
2
3 0.02 
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
10     * MooseX::Storage::Engine
11       - better error reporting when cycles are found
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
16
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
21 0.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 :)
24