From: Stevan Little Date: Tue, 7 Aug 2007 05:19:28 +0000 (+0000) Subject: 0.06 X-Git-Tag: 0_07~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=917411c24963038e4f6a0a1680cbd53f2f9d4a3c;p=gitmo%2FMooseX-Storage.git 0.06 --- diff --git a/Changes b/Changes index 79b94b8..7f78dd9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ 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 diff --git a/README b/README index e1ea222..cfc714e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -MooseX-Storage version 0.04 +MooseX-Storage version 0.06 INSTALLATION diff --git a/lib/MooseX/Storage.pm b/lib/MooseX/Storage.pm index 6b8cf34..782e19c 100644 --- a/lib/MooseX/Storage.pm +++ b/lib/MooseX/Storage.pm @@ -4,7 +4,7 @@ use Moose qw(confess); use MooseX::Storage::Meta::Attribute::DoNotSerialize; -our $VERSION = '0.05'; +our $VERSION = '0.06'; our $AUTHORITY = 'cpan:STEVAN'; sub import { diff --git a/lib/MooseX/Storage/Engine.pm b/lib/MooseX/Storage/Engine.pm index 9b39d15..081f5ed 100644 --- a/lib/MooseX/Storage/Engine.pm +++ b/lib/MooseX/Storage/Engine.pm @@ -2,7 +2,7 @@ package MooseX::Storage::Engine; use Moose; -our $VERSION = '0.02'; +our $VERSION = '0.03'; our $AUTHORITY = 'cpan:STEVAN'; # the class marker when diff --git a/t/007_false.t b/t/007_false.t index ee53900..1b19ea6 100644 --- a/t/007_false.t +++ b/t/007_false.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 8; BEGIN { use_ok('MooseX::Storage'); @@ -30,6 +30,8 @@ BEGIN { ); isa_ok( $foo, 'Foo' ); + is($foo->boolean, 0, '... got the right boolean value'); + is_deeply( $foo->pack, {