File: Makefile.PL

package info (click to toggle)
libfilter-eof-perl 0.04-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 1,083; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!perl
use warnings;
use strict;

use inc::Module::Install;

name            q{Filter-EOF};
license         q{perl};
author          q{Robert 'phaylon' Sedlacek <rs@474.at>};
all_from        q{lib/Filter/EOF.pm};
version_from    q{lib/Filter/EOF.pm};
no_index        directory => q{examples};

requires        q{Filter::Util::Call},  '1.06';
requires        q{Carp},                0;
build_requires  q{Test::More},          '0.62';

WriteAll;