File: Makefile.PL

package info (click to toggle)
libcgi-application-perl 4.61-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 708 kB
  • sloc: perl: 1,397; sh: 38; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'CGI::Application::Plugin::Redirect',
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/Redirect.pm',
          'PREREQ_PM' => {
                           'CGI::Application' => 0
                         }
        )
;