MooseX::Storage - added peek()
[gitmo/MooseX-Storage.git] / Changes
CommitLineData
e9739624 1Revision history for MooseX-Storage
e59193fb 2
1c6ac775 30.03
69b45b7d 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
1c6ac775 11
c86a46cc 120.02 Fri. June 8, 2007
c4a322ec 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
45d9a73c 19 * MooseX::Storage::Engine
20 - better error reporting when cycles are found
c1830046 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
45d9a73c 25
06a66732 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
7b428d1f 300.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 :)
e59193fb 33