Fix bug with cleartext password_type (bug reported to my email by crackcraft@gmail...
[catagits/Catalyst-Plugin-Authentication.git] / Makefile.PL
index 2071254..c27a65a 100644 (file)
@@ -15,6 +15,7 @@ requires 'Catalyst::Plugin::Session' => '0.10';
 
 test_requires 'Test::More';
 test_requires 'Test::Exception';
+test_requires 'Test::MockObject';
 
 auto_install;
 WriteAll;