File: Makefile.PL

package info (click to toggle)
libmodule-install-authortests-perl 0.002-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: perl: 933; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

use strict;
use warnings;

use inc::Module::Install;

name          ('Module-Install-AuthorTests');
author        ('Ricardo Signes <rjbs@cpan.org>');
license       ('perl');
all_from      ('lib/Module/Install/AuthorTests.pm');

requires('Module::Install' => 0.000); # minimum unknown

author_tests  ('xt');

WriteAll();