Apache-CGI-Builder

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This file uses the "Perlish" coding style
# please read http://perl.4pro.net/perlish_coding_style.html

; use ExtUtils::MakeMaker

; my $pm = 'lib/Apache/CGI/Builder.pm'

; WriteMakefile
   ( NAME           => 'Apache::CGI::Builder'
   , VERSION_FROM   => $pm
   , ( $] ge '5.005' )
     ? ( AUTHOR         => 'Domizio Demichelis - perl.4pro.net'
       , ABSTRACT_FROM  => $pm
       )
     : ()
   , PREREQ_PM      => { 'CGI::Builder'  => 1.2
                       , 'Class::props'  => 1.62
                       , 'Object::props' => 1.62
                       , 'mod_perl'      => 0
                       }
   )



( run in 0.846 second using v1.01-cache-2.11-cpan-cc502c75498 )