File: Makefile.PL

package info (click to toggle)
libwww-mechanize-autopager-perl 0.02-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 3,539; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
use inc::Module::Install;
name 'WWW-Mechanize-AutoPager';
all_from 'lib/WWW/Mechanize/AutoPager.pm';

requires 'HTML::AutoPagerize';
requires 'WWW::Mechanize' => '1.50';
requires 'JSON' => 2.09;

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