File: Makefile.PL

package info (click to toggle)
libfile-monitor-perl 1.00-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 220 kB
  • ctags: 45
  • sloc: perl: 1,604; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Note: this file was auto-generated by Module::Build::Compat version 0.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'File::Monitor',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/File/Monitor.pm',
  'PREREQ_PM' => {
                   'Test::More' => 0,
                   'version' => 0
                 }
)
;