File: Makefile.PL

package info (click to toggle)
libtest-use-ok-perl 0.02-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 108 kB
  • ctags: 76
  • sloc: perl: 836; makefile: 45
file content (12 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

use strict;
use inc::Module::Install;

name        'Test-use-ok';
license     'MIT';
all_from    'lib/Test/use/ok.pm';
requires    'Test::More';
license     'perl';

sign; WriteAll;