Correcting roles problem - leftover lvalue type access
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Makefile.PL
CommitLineData
5000f545 1use strict;
2use warnings;
3use ExtUtils::MakeMaker;
4
5WriteMakefile(
6 NAME => 'Catalyst::Plugin::Authentication::Store::DBIx::Class',
60e8b82a 7 AUTHOR => 'Jay Kuri <jayk@cpan.org>',
5000f545 8 VERSION_FROM => 'lib/Catalyst/Plugin/Authentication/Store/DBIx/Class.pm',
9 ABSTRACT_FROM => 'lib/Catalyst/Plugin/Authentication/Store/DBIx/Class.pm',
10 PL_FILES => {},
11 PREREQ_PM => {
12 'Test::More' => 0,
13 },
14 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
15 clean => { FILES => 'Catalyst-Plugin-Authentication-Store-DBIx-Class-*' },
16);