File: Makefile.PL

package info (click to toggle)
libdata-formvalidator-perl 4.40-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 536 kB
  • ctags: 127
  • sloc: perl: 2,513; makefile: 37
file content (19 lines) | stat: -rw-r--r-- 693 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Data::FormValidator',
          'VERSION_FROM' => 'lib/Data/FormValidator.pm',
          'PREREQ_PM' => {
                           'Date::Calc' => '5',
                           'File::MMagic' => '1.17',
                           'Image::Size' => '0',
                           'MIME::Types' => '1.005',
                           'Regexp::Common' => '0',
                           'Test::More' => '0',
                           'overload' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;