File: Makefile.PL

package info (click to toggle)
libgraph-easy-perl 0.76-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,264 kB
  • sloc: perl: 23,869; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Note: this file was auto-generated by Module::Build::Compat version 0.4218
require 5.008002;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Graph::Easy',
  'VERSION_FROM' => 'lib/Graph/Easy.pm',
  'PREREQ_PM' => {
                   'Scalar::Util' => '1.13',
                   'Test::More' => '0.62',
                   'strict' => 0,
                   'vars' => 0,
                   'warnings' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/graph-easy'
                 ],
  'PL_FILES' => {}
)
;