work even without journal_user
[dbsrgits/DBIx-Class-Journal.git] / Makefile.PL
CommitLineData
caea9531 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'DBIx::Class::Journal',
5 VERSION_FROM => 'lib/DBIx/Class/Schema/Journal.pm',
6 PREREQ_PM => { 'DBIx::Class' => 0.08,
7 'DBD::SQLite' => 0.12,
8 },
9);