File: Build.PL

package info (click to toggle)
libcgi-formalware-perl 1.16-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 553; xml: 106; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
use Module::Build;

Module::Build -> new
(
	module_name		=> 'CGI::Formalware',
	license			=> 'artistic',
	dist_author		=> 'Ron Savage <ron@savage.net.au>',
	build_requires	=>
	{
		Test::More	=> 0,
		Test::Pod	=> 0,
	},
	requires		=>
	{
		CGI			=> '2.45',
		Net::Telnet	=> '3.01',
		XML::DOM	=> '1.14',
	},
) -> create_build_script();