0.06
Stevan Little [Tue, 7 Aug 2007 05:19:28 +0000 (05:19 +0000)]
Changes
README
lib/MooseX/Storage.pm
lib/MooseX/Storage/Engine.pm
t/007_false.t

diff --git a/Changes b/Changes
index 79b94b8..7f78dd9 100644 (file)
--- 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 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-MooseX-Storage version 0.04
+MooseX-Storage version 0.06
 
 INSTALLATION
 
index 6b8cf34..782e19c 100644 (file)
@@ -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 {
index 9b39d15..081f5ed 100644 (file)
@@ -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 
index ee53900..1b19ea6 100644 (file)
@@ -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,
         {