0.03
[gitmo/MooseX-Storage.git] / Changes
CommitLineData
e9739624 1Revision history for MooseX-Storage
e59193fb 2
b04cbd47 30.03 Wed. June 27, 2007
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
bc0c5bf9 11 - fixed checksum test to skip if Digest::SHA1
12 (our default) is not available
1c6ac775 13
c86a46cc 140.02 Fri. June 8, 2007
c4a322ec 15 * MooseX::Storage::Base::WithChecksum
16 - added a simple base role which makes a checksum of
17 the data structure before packing, and checks the
18 checksum before unpacking.
19 - added tests for this
20
45d9a73c 21 * MooseX::Storage::Engine
22 - better error reporting when cycles are found
c1830046 23 - class names are now stored as the full identifier
24 (<class>-<version>-<authority>) and are checked
25 when they are expanded.
26 - added docs and tests for this
45d9a73c 27
06a66732 28 * MooseX::Storage::Engine::IO::(AtomicFile, File)
29 - added checks to make sure the file gets opened correctly
30 and dies if it does not.
31
7b428d1f 320.01 Mon. April 30, 2007
33 This was Chris's idea originally (blame him), and
34 we expanded on it to create what you see here :)
e59193fb 35