forked from cees/data-formvalidator-filters-image
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.PL
More file actions
23 lines (23 loc) · 891 Bytes
/
Copy pathMakefile.PL
File metadata and controls
23 lines (23 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'Data::FormValidator::Filters::Image',
'VERSION_FROM' => 'lib/Data/FormValidator/Filters/Image.pm',
'PREREQ_PM' => {
'CGI' => 0,
'Data::FormValidator' => 0,
'File::Basename' => 0,
'File::Slurp' => 0,
'File::Spec' => 0,
'HTTP::Request::Common' => 0,
'IO::Scalar' => 0,
'Image::Magick' => 0,
'Image::Size' => 0,
'MIME::Types' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;