MooseX::Storage - added peek()
[gitmo/MooseX-Storage.git] / Changes
1 Revision history for MooseX-Storage
2
3 0.03
4     * MooseX::Storage::Util
5         - this is a collection of useful tools 
6           for working with MooseX::Storage data
7             - added docs and test
8
9     * t/
10         - added test for a custom type handler
11
12 0.02 Fri. June 8, 2007
13     * MooseX::Storage::Base::WithChecksum
14       - added a simple base role which makes a checksum of 
15         the data structure before packing, and checks the
16         checksum before unpacking.
17         - added tests for this
18
19     * MooseX::Storage::Engine
20       - better error reporting when cycles are found
21       - class names are now stored as the full identifier
22         (<class>-<version>-<authority>) and are checked
23         when they are expanded.
24         - added docs and tests for this
25
26     * MooseX::Storage::Engine::IO::(AtomicFile, File)
27       - added checks to make sure the file gets opened correctly
28         and dies if it does not.
29
30 0.01  Mon. April 30, 2007
31     This was Chris's idea originally (blame him), and 
32     we expanded on it to create what you see here :)
33