add patch from awwaiid for build_requires Test::Deep
Chris Prather [Sat, 26 Jan 2008 06:14:19 +0000 (06:14 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 23c436e..5913927 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for MooseX-Storage
 
+0.12 ???
+
+    - added build_requires for Test::Deep (awwaiid)
+
 0.11 Thurs. Jan. 10, 2008
 
     - upped the Test::JSON dependency 
index 3cba704..518e28a 100644 (file)
@@ -31,6 +31,7 @@ feature 'File',
   'IO::File' => '0.1';
 
 build_requires 'Test::More'      => '0.42';
+build_requires 'Test::Deep'      => '0';
 build_requires 'Test::Exception' => '0';
 
 no_index 'directory' => 'ex';