File: Makefile.PL

package info (click to toggle)
libppi-html-perl 1.07-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 156 kB
  • ctags: 105
  • sloc: perl: 1,298; makefile: 46
file content (12 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
use inc::Module::Install;

name           'PPI-HTML';
all_from       'lib/PPI/HTML.pm';
requires       'CSS::Tiny'    => '1.10';
requires       'PPI'          => '0.990';
requires       'Params::Util' => '0.05';
build_requires 'File::Spec'   => '0.80';
build_requires 'Test::More'   => '0.47';
install_script 'bin/ppi2html';

WriteAll;