Changes update, and add test dependency on Test::Fatal
Karen Etheridge [Wed, 3 Nov 2010 23:06:54 +0000 (16:06 -0700)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 87ed13c..af56674 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for MooseX-UndefTolerant
 
+<soon>
+    * Additional (TODO) unit tests for immutable classes, and documentation
+      notes about these limitations. (Karen Etheridge)
+
 0.07
     * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
 
index 9701c9e..ca5c08e 100644 (file)
@@ -6,6 +6,7 @@ author   q{Cory G Watson <gphat@cpan.org>};
 license  'perl';
 
 build_requires 'Test::More';
+build_requires 'Test::More' => '0.002';
 
 requires 'Moose' => '0.89';
 requires 'Moose::Exporter';