File: Makefile.PL

package info (click to toggle)
libmodule-install-substitute-perl 0.03-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 1,060; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use inc::Module::Install;

name		('Module-Install-Substitute');
license		('perl');
all_from	('lib/Module/Install/Substitute.pm');

requires('File::Spec');
requires('File::Temp');
requires('Cwd');

build_requires('Test::More');
build_requires('Test::File::Contents');

WriteAll();