File: cpanfile

package info (click to toggle)
libcarp-assert-more-perl 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: perl: 2,482; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Validate with cpanfile-dump
# https://metacpan.org/release/Module-CPANfile

requires 'Carp' => 0;
requires 'Scalar::Util' => 0;

on 'build' => sub {
    requires 'ExtUtils::MakeMaker' => 6.64;
};

on 'test' => sub {
    requires 'Test::More', '0.72';
    requires 'Test::Exception', 0;
};

# vi:et:sw=4 ts=4 ft=perl