File: Makefile.PL

package info (click to toggle)
libcgi-application-plugin-tt-perl 1.05-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 364 kB
  • ctags: 82
  • sloc: perl: 647; sh: 28; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (3)
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.32
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'CGI::Application::Plugin::TT::LastModified',
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/TT/LastModified.pm',
          'PREREQ_PM' => {
                           'CGI::Application' => 4,
                           'CGI::Application::Plugin::TT' => 0,
                           'CGI::Util' => 0,
                           'List::Util' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => []
        )
;