Some doc fixes and updates for C::P::Session
[catagits/Catalyst-Plugin-Session.git] / Build.PL
index 00f1a9e..84bf185 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -9,7 +9,12 @@ my $build = Module::Build->new(
         'perl'             => '5.8.1',
         'Catalyst'         => '5.49',
         'Test::MockObject' => '1.01',
+               'Digest'           => 0,
+               'File::Temp'       => 0,
+               'File::Spec'       => 0,
         'Test::Deep'       => 0,
+               'Test::More'       => 0,
+               'Test::Exception'  => 0,
     },
     reccomends => {