Fix up tests, update version number
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Makefile.PL
CommitLineData
bcfa81f8 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 'NAME' => 'Catalyst::Plugin::Authentication::Credential::HTTP',
4 'VERSION_FROM' => 'lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm',
5 'PREREQ_PM' => {
6 'Catalyst' => '5.49',
7 'Catalyst::Plugin::Authentication' => 0,
8 'Data::UUID' => '0.11',
9 'String::Escape' => 0,
10 'Test::Exception' => 0,
11 'Test::MockObject' => '1.01',
12 'URI::Escape' => 0,
13 },
14 'INSTALLDIRS' => 'site',
15 'EXE_FILES' => [],
16 'PL_FILES' => {},
17 'SIGN' => 1,
18);