File: Makefile.PL

package info (click to toggle)
libsvg-tt-graph-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 412 kB
  • ctags: 186
  • sloc: perl: 5,564; makefile: 2
file content (21 lines) | stat: -rwxr-xr-x 384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
use strict;
use warnings;
use inc::Module::Install;

name     'SVG-TT-Graph';
all_from 'lib/SVG/TT/Graph.pm';

test_requires 'Test::More';

requires 'Template'        => 2.08;
requires 'DateTime'        => 0.1;
requires 'HTTP::Date'      => 0.1;

recommends 'XML::Tidy';
recommends 'Compress::Zlib';

repository 'git://github.com/ranguard/svg-tt-graph.git';

auto_install;

WriteAll;