File: Makefile.PL

package info (click to toggle)
libdata-formvalidator-constraints-datetime-perl 1.11-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: perl: 417; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (4)
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.3603
require 5.006001;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Data::FormValidator::Constraints::DateTime',
          'VERSION_FROM' => 'lib/Data/FormValidator/Constraints/DateTime.pm',
          'PREREQ_PM' => {
                           'Data::FormValidator' => '3.61',
                           'DateTime' => '0.23',
                           'DateTime::Format::Builder' => 0,
                           'DateTime::Format::Strptime' => '1.00',
                           'Exporter' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;