bump version to 0.14
[catagits/Catalyst-Plugin-Session-State-Stash.git] / Makefile.PL
1 use strict;
2 use warnings;
3 use inc::Module::Install 0.91;
4
5 name 'Catalyst-Plugin-Session-State-Stash';
6 all_from 'lib/Catalyst/Plugin/Session/State/Stash.pm';
7
8 license 'perl',
9
10 test_requires 'Test::More' => '0.88';
11 test_requires 'Test::WWW::Mechanize::Catalyst' => 0;
12 test_requires 'URI::Escape' => 0;
13
14 requires 'MRO::Compat' => 0;
15 requires 'Catalyst::Plugin::Session' => 0.27;
16 requires 'Moose' => 0;
17 requires 'namespace::autoclean' => 0;
18
19 WriteAll();
20