X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=Build.PL;fp=Build.PL;h=28205771a3e60d7b5b83206cdc506d1515229325;hp=0000000000000000000000000000000000000000;hb=81eb8ebf83afd9410d40d4232eeb9fb64db991cc;hpb=7acfe95d356e31f93bfbebfbadd0088974080299 diff --git a/Build.PL b/Build.PL new file mode 100644 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; +