File: Makefile.PL

package info (click to toggle)
liblayout-manager-perl 0.34-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 368 kB
  • ctags: 141
  • sloc: perl: 1,928; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use inc::Module::Install 0.75;

name     'Layout-Manager';
all_from 'lib/Layout/Manager.pm';
author   'Cory G Watson <gphat@cpan.org>';

build_requires 'Test::More';

requires 'Moose' => '0.79';
requires 'Geometry::Primitive' => '0.16';
requires 'Graphics::Primitive' => '0.43';

tests_recursive;

WriteAll;