File: Makefile.PL

package info (click to toggle)
libtest-tabledriven-perl 0.02-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: perl: 941; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (5)
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();