File: Makefile.PL

package info (click to toggle)
libtest-tabledriven-perl 0.02-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 160 kB
  • sloc: perl: 941; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;
use inc::Module::Install;

name('Test-TableDriven');
all_from('lib/Test/TableDriven.pm');
requires 'Test::More';
requires 'Data::Dumper';
WriteAll();