missing dep
lestrrat [Fri, 26 Feb 2010 01:57:37 +0000 (10:57 +0900)]
Makefile.PL

index 1d8561e..c005d84 100644 (file)
@@ -15,6 +15,7 @@ requires 'Digest::SHA1'      => '0';
 # things the tests need
 build_requires 'Test::More' => '0.88';
 build_requires 'Test::Requires' => '0';
+test_requires 'Test::Exception';
 
 tests_recursive;
 auto_install;