File: Makefile.PL

package info (click to toggle)
libhtml-autopagerize-perl 0.02-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: perl: 4,318; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
use inc::Module::Install;
name 'HTML-AutoPagerize';
all_from 'lib/HTML/AutoPagerize.pm';

requires 'URI';
requires 'HTML::TreeBuilder::XPath';

build_requires 'Test::More';
use_test_base;
auto_include;
WriteAll;