File: Makefile.PL

package info (click to toggle)
libgraph-writer-graphviz-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 108 kB
  • ctags: 61
  • sloc: perl: 734; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

use inc::Module::Install;

name            ('Graph-Writer-GraphViz');
abstract        ('Use GraphViz to render Graph.');
author          ('Kang-min Liu (gugod@gugod.org)');
license         ('perl');
version_from    ('lib/Graph/Writer/GraphViz.pm');
requires        ('IO::All' => 0.30);
requires        (GraphViz => 2.02);
requires        (Graph => 0.54);
requires        ('Graph::Writer');

&WriteAll;