File: Makefile.PL

package info (click to toggle)
libcatalyst-model-adaptor-perl 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 1,750; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
use inc::Module::Install 0.91;
use Module::Install::ReadmeFromPod;
use Module::Install::AuthorTests;

name 'Catalyst-Model-Adaptor';
all_from 'lib/Catalyst/Model/Adaptor.pm';
readme_from;

requires 'MRO::Compat';
requires 'Catalyst::Runtime';

build_requires 'Test::More';
build_requires 'ok';

author_tests('t/author');

repository 'git://github.com/bobtfish/catalyst-model-adaptor.git';

WriteAll();