/usr/local/CPAN/CGI-Application-Plus/Makefile.PL


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

; use 5.006_001
; use ExtUtils::MakeMaker

; my $pm = 'lib/CGI/Application/Plus.pm'

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

; 1