~ubuntu-branches/ubuntu/maverick/libcgi-ssi-perl/maverick

1.1.1 by Thijs Kinkhorst
Import upstream version 0.88
1
use ExtUtils::MakeMaker;
2
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3
# the contents of the Makefile that is written.
4
WriteMakefile(
5
    'NAME'	   => 'CGI::SSI',
6
    'VERSION_FROM' => 'SSI.pm', # finds $VERSION
7
    'PREREQ_PM'    => {
8
                         HTML::SimpleParse => 0,
9
                         File::Spec        => 0,
10
                         LWP::UserAgent    => 0,
11
                         HTTP::Response    => 0,
12
                         HTTP::Cookies     => 0,
13
                         URI               => 0,
1.1.2 by Piotr Roszatycki
Import upstream version 0.92
14
                         Date::Format      => 0,
1.1.1 by Thijs Kinkhorst
Import upstream version 0.88
15
                      },
16
);