File: Makefile.PL

package info (click to toggle)
libdbicx-testdatabase-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 1,411; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use inc::Module::Install;

name 'DBICx-TestDatabase';
all_from 'lib/DBICx/TestDatabase.pm';

requires 'File::Temp';
requires 'DBD::SQLite' => '1.29';
requires 'SQL::Translator';

build_requires 'DBIx::Class';
build_requires 'Test::More';
build_requires 'ok';

WriteAll();