File: Makefile.PL

package info (click to toggle)
libmodule-install-automanifest-perl 0.003-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 164 kB
  • sloc: perl: 1,027; sh: 6; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use inc::Module::Install;

name     'Module-Install-AutoManifest';
all_from 'lib/Module/Install/AutoManifest.pm';
author   'Hans Dieter Pearcey <hdp@cpan.org>';

build_requires 'Test::More';

extra_tests;
WriteAll;