Test::TempDir
[dbsrgits/DBIx-Class-Journal.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
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                         'Test::Tempdir'         => 0.04,
9                     },
10 );