File: Makefile.PL

package info (click to toggle)
libmoosex-logdispatch-perl 1.2002-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 1,858; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use inc::Module::Install '0.68';

name 'MooseX-LogDispatch';
all_from 'lib/MooseX/LogDispatch.pm';

build_requires 'IO::Scalar';
build_requires 'Test::More';
build_requires 'Test::Exception';

requires 'Moose';
requires 'Log::Dispatch::Configurator';

auto_install;
WriteAll;