adding new tests
[gitmo/MooseX-Storage.git] / Changes
CommitLineData
e9739624 1Revision history for MooseX-Storage
e59193fb 2
1c6ac775 30.03
4
c86a46cc 50.02 Fri. June 8, 2007
c4a322ec 6 * MooseX::Storage::Base::WithChecksum
7 - added a simple base role which makes a checksum of
8 the data structure before packing, and checks the
9 checksum before unpacking.
10 - added tests for this
11
45d9a73c 12 * MooseX::Storage::Engine
13 - better error reporting when cycles are found
c1830046 14 - class names are now stored as the full identifier
15 (<class>-<version>-<authority>) and are checked
16 when they are expanded.
17 - added docs and tests for this
45d9a73c 18
06a66732 19 * MooseX::Storage::Engine::IO::(AtomicFile, File)
20 - added checks to make sure the file gets opened correctly
21 and dies if it does not.
22
7b428d1f 230.01 Mon. April 30, 2007
24 This was Chris's idea originally (blame him), and
25 we expanded on it to create what you see here :)
e59193fb 26