Revision history for MooseX-Storage
+0.06 Tues. Aug. 7, 2007
+ * MooseX::Storage::Engine
+ - added the Bool type and fixed a few bugs
+ that it exposed (thanks to Sartak)
+ - added tests for this
+
+ * t/
+ - fixed tests in 030_with_checksum.t
+ (thanks to rlb3)
+
0.05 Sun. July 15. 2007
* MooseX::Storage::Base::WithChecksum
- Fixed minor issue where the WithChecksum would
-MooseX-Storage version 0.04
+MooseX-Storage version 0.06
INSTALLATION
use MooseX::Storage::Meta::Attribute::DoNotSerialize;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
our $AUTHORITY = 'cpan:STEVAN';
sub import {
package MooseX::Storage::Engine;
use Moose;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
our $AUTHORITY = 'cpan:STEVAN';
# the class marker when
use strict;
use warnings;
-use Test::More tests => 7;
+use Test::More tests => 8;
BEGIN {
use_ok('MooseX::Storage');
);
isa_ok( $foo, 'Foo' );
+ is($foo->boolean, 0, '... got the right boolean value');
+
is_deeply(
$foo->pack,
{