File: Makefile.PL

package info (click to toggle)
libtest-json-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 92 kB
  • ctags: 3
  • sloc: perl: 123; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Note: this file was auto-generated by Module::Build::Compat version 0.32
use ExtUtils::MakeMaker;
WriteMakefile
(
          'INSTALLDIRS' => 'site',
          'NAME' => 'Test::JSON',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Test/JSON.pm',
          'PREREQ_PM' => {
                           'Test::Differences' => '0.47',
                           'Test::Tester' => '0.107',
                           'Test::Simple' => '0.62',
                           'JSON::Any' => '1.2'
                         }
        )
;