File: Makefile.PL

package info (click to toggle)
libsub-prototype-perl 0.02-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • sloc: perl: 1,090; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use strict;
use warnings;

require 5.008001;

use inc::Module::Install;

name 'Sub-Prototype';
all_from 'lib/Sub/Prototype.pm';

requires 'XSLoader';
requires 'Sub::Exporter';

extra_tests();

WriteAll;