File: Makefile.PL

package info (click to toggle)
libmodule-install-authorrequires-perl 0.02-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: perl: 1,129; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;
use inc::Module::Install;

name 'Module-Install-AuthorRequires';
all_from 'lib/Module/Install/AuthorRequires.pm';
license 'perl';

requires 'Module::Install';

WriteAll;