Add Test::Exception to C::P::Session prereqs
[catagits/Catalyst-Plugin-Session.git] / Build.PL
index 381c60b..84bf185 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,16 +6,25 @@ my $build = Module::Build->new(
     license            => 'perl',
     module_name        => 'Catalyst::Plugin::Session',
     requires           => {
-        'perl'                      => '5.8.1',
-        'Catalyst'                  => '5.50',
+        '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         => {
-               # for live_app.t
-               'Test::WWW::Mechanize::Catalyst'    => 0,
-               'Catalyst::Plugin::Session::Cookie' => 0,
-       },
-    create_readme      => 1,
-       sign => 1,
+    reccomends => {
+
+        # for live_app.t
+        'Test::WWW::Mechanize::Catalyst'    => 0,
+        'Catalyst::Plugin::Session::Cookie' => 0,
+
+    },
+    create_readme => 1,
+    sign          => 1,
 );
 $build->create_build_script;