Prepare State::Cookie for distribution
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Build.PL
diff --git a/Build.PL b/Build.PL
new file mode 100644 (file)
index 0000000..2820577
--- /dev/null
+++ b/Build.PL
@@ -0,0 +1,17 @@
+use strict;
+use Module::Build;
+
+my $build = Module::Build->new(
+    create_makefile_pl => 'traditional',
+    license            => 'perl',
+    module_name        => 'Catalyst::Plugin::Session::State::Cookie',
+    requires           => {
+        'perl'                      => '5.8.1',
+        'Catalyst'                  => 0,
+        'Catalyst::Plugin::Session' => 0.01,
+    },
+    create_readme      => 1,
+       sign => 1,
+);
+$build->create_build_script;
+