Fix number of tests without Digest::HMA which was causing the CPANTS failures
[gitmo/MooseX-Storage.git] / Changes
CommitLineData
e9739624 1Revision history for MooseX-Storage
e59193fb 2
917411c2 30.06 Tues. Aug. 7, 2007
4 * MooseX::Storage::Engine
5 - added the Bool type and fixed a few bugs
6 that it exposed (thanks to Sartak)
7 - added tests for this
8
9 * t/
10 - fixed tests in 030_with_checksum.t
11 (thanks to rlb3)
12
a7f358fb 130.05 Sun. July 15. 2007
14 * MooseX::Storage::Base::WithChecksum
15 - Fixed minor issue where the WithChecksum would
16 choke with a bad checksum due to odd Data::Dumper
17 output.
18
19 * t/
20 - forced JSON::Any in the basic JSON tests to use
21 JSON.pm since this is what Test::JSON uses and
22 subtle (and annoying) issues can arise.
23
8cd124d3 240.04 Tues. July 3, 2007
021c860a 25 * MooseX::Storage::Util
26 - made this more robust when it tries
27 to use YAML and JSON loaders and fails
28 to find one
29 - fixed tests to reflect this
30
b04cbd47 310.03 Wed. June 27, 2007
69b45b7d 32 * MooseX::Storage::Util
33 - this is a collection of useful tools
34 for working with MooseX::Storage data
35 - added docs and test
36
37 * t/
38 - added test for a custom type handler
bc0c5bf9 39 - fixed checksum test to skip if Digest::SHA1
40 (our default) is not available
1c6ac775 41
c86a46cc 420.02 Fri. June 8, 2007
c4a322ec 43 * MooseX::Storage::Base::WithChecksum
44 - added a simple base role which makes a checksum of
45 the data structure before packing, and checks the
46 checksum before unpacking.
47 - added tests for this
48
45d9a73c 49 * MooseX::Storage::Engine
50 - better error reporting when cycles are found
c1830046 51 - class names are now stored as the full identifier
52 (<class>-<version>-<authority>) and are checked
53 when they are expanded.
54 - added docs and tests for this
45d9a73c 55
06a66732 56 * MooseX::Storage::Engine::IO::(AtomicFile, File)
57 - added checks to make sure the file gets opened correctly
58 and dies if it does not.
59
7b428d1f 600.01 Mon. April 30, 2007
61 This was Chris's idea originally (blame him), and
62 we expanded on it to create what you see here :)
e59193fb 63