adding better tests for utils
[gitmo/MooseX-Storage.git] / Changes
CommitLineData
e9739624 1Revision history for MooseX-Storage
e59193fb 2
021c860a 30.04
4 * MooseX::Storage::Util
5 - made this more robust when it tries
6 to use YAML and JSON loaders and fails
7 to find one
8 - fixed tests to reflect this
9
b04cbd47 100.03 Wed. June 27, 2007
69b45b7d 11 * MooseX::Storage::Util
12 - this is a collection of useful tools
13 for working with MooseX::Storage data
14 - added docs and test
15
16 * t/
17 - added test for a custom type handler
bc0c5bf9 18 - fixed checksum test to skip if Digest::SHA1
19 (our default) is not available
1c6ac775 20
c86a46cc 210.02 Fri. June 8, 2007
c4a322ec 22 * MooseX::Storage::Base::WithChecksum
23 - added a simple base role which makes a checksum of
24 the data structure before packing, and checks the
25 checksum before unpacking.
26 - added tests for this
27
45d9a73c 28 * MooseX::Storage::Engine
29 - better error reporting when cycles are found
c1830046 30 - class names are now stored as the full identifier
31 (<class>-<version>-<authority>) and are checked
32 when they are expanded.
33 - added docs and tests for this
45d9a73c 34
06a66732 35 * MooseX::Storage::Engine::IO::(AtomicFile, File)
36 - added checks to make sure the file gets opened correctly
37 and dies if it does not.
38
7b428d1f 390.01 Mon. April 30, 2007
40 This was Chris's idea originally (blame him), and
41 we expanded on it to create what you see here :)
e59193fb 42