releng for Cookie
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Build.PL
diff --git a/Build.PL b/Build.PL
deleted file mode 100644 (file)
index 9644e8d..0000000
--- a/Build.PL
+++ /dev/null
@@ -1,16 +0,0 @@
-use strict;
-use Module::Build;
-
-my $build = Module::Build->new(
-    create_makefile_pl => 'traditional',
-    license            => 'perl',
-    module_name        => 'Catalyst::Plugin::Session::State::Cookie',
-    requires           => {
-        'Catalyst::Plugin::Session' => '0.06',
-        'Test::MockObject'          => '1.01',
-    },
-    create_readme => 1,
-    sign          => 1,
-);
-$build->create_build_script;
-