From: Chris Prather Date: Sat, 26 Jan 2008 06:14:19 +0000 (+0000) Subject: add patch from awwaiid for build_requires Test::Deep X-Git-Tag: 0.14~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eaa263571728bf8b5abb604c61dd73ff44be9417;p=gitmo%2FMooseX-Storage.git add patch from awwaiid for build_requires Test::Deep --- diff --git a/Changes b/Changes index 23c436e..5913927 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 3cba704..518e28a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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';