File: Makefile.PL

package info (click to toggle)
libcgi-application-plugin-ajaxupload-perl 0.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 264 kB
  • sloc: perl: 1,284; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Note: this file was auto-generated by Module::Build::Compat version 0.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'CGI::Application::Plugin::AJAXUpload',
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/AJAXUpload.pm',
          'PREREQ_PM' => {
                           'CGI' => '3.41',
                           'CGI::Application' => 0,
                           'CGI::Application::Plugin::JSON' => 0,
                           'Data::FormValidator' => 0,
                           'Exporter' => 0,
                           'File::Temp' => 0,
                           'GD' => 0,
                           'Perl6::Slurp' => 0,
                           'Readonly' => 0,
                           'Test::CGI::Multipart' => 0,
                           'Test::Image::GD' => 0,
                           'Test::More' => '0.94',
                           'Test::NoWarnings' => 0,
                           'Test::Warn' => 0,
                           'autodie' => 0,
                           'version' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;