File: Makefile.PL

package info (click to toggle)
libtest-assertions-perl 1.054-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 164 kB
  • ctags: 31
  • sloc: perl: 562; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;

WriteMakefile(
              NAME          => 'Test::Assertions',
              VERSION_FROM  => 'lib/Test/Assertions.pm',
              PREREQ_PM => {
                            Carp => 0,
                            Log::Trace => 0,
                            Getopt::Long => 0,
                           },
              ABSTRACT_FROM => 'lib/Test/Assertions.pm',
              AUTHOR        => 'British Broadcasting Corporation',
             );