File: Makefile.PL

package info (click to toggle)
libcgi-application-plugin-validaterm-perl 2.52-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 143; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Note: this file was auto-generated by Module::Build::Compat version 0.40
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'CGI::Application::Plugin::ValidateRM',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/CGI/Application/Plugin/ValidateRM.pm',
  'PREREQ_PM' => {
                   'CGI::Application' => '3',
                   'HTML::FillInForm' => '1.07',
                   'Data::FormValidator' => '3.7'
                 }
)
;