CGI-Builder

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# please read http://perl.4pro.net/perlish_coding_style.html

; use 5.006_001
; use ExtUtils::MakeMaker

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

; WriteMakefile
   ( NAME           => 'CGI::Builder'
   , VERSION_FROM   => $pm
   , ( $] ge '5.005' )
     ? ( AUTHOR        => 'Domizio Demichelis - perl.4pro.net'
       , ABSTRACT_FROM => $pm
       )
     : ()
   , PREREQ_PM      => { 'Class::constr'  => 2.1
                       , 'Class::props'   => 2.1
                       , 'Class::groups'  => 2.1
                       , 'Object::props'  => 2.1
                       , 'Object::groups' => 2.1
                       , 'Class::Util'    => 2.1



( run in 1.984 second using v1.01-cache-2.11-cpan-b16cb0d3907 )