File: Makefile.PL

package info (click to toggle)
libtest-www-mechanize-cgiapp-perl 0.05-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 128 kB
  • sloc: perl: 353; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME         => 'Test::WWW::Mechanize::CGIApp',
    VERSION      => '0.05',
    AUTHOR       => 'George Hartzell (hartzell@alerce.com)',
    ABSTRACT     => 'Test::WWW::Mechanize wrapper for CGI::Application apps',
    PREREQ_PM    => {
                     'Test::More' => 0.47,
                     'CGI::Application' => 0,
                     'Test::WWW::Mechanize' => 1.04,
                     'HTTP::Request::AsCGI' => 0,
                    },
             );