File: Makefile.PL

package info (click to toggle)
liblog-agent-rotate-perl 1.201-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 825; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Note: this file was auto-generated by Module::Build::Compat version 0.4231
use ExtUtils::MakeMaker;
WriteMakefile
(
  'INSTALLDIRS' => 'site',
  'VERSION_FROM' => 'lib/Log/Agent/Rotate.pm',
  'PL_FILES' => {},
  'NAME' => 'Log::Agent::Rotate',
  'EXE_FILES' => [],
  'PREREQ_PM' => {
                   'Compress::Zlib' => '0.4',
                   'LockFile::Simple' => '0.202',
                   'Getargs::Long' => '0.103',
                   'Log::Agent' => '0.201'
                 }
)
;