CAM-Session

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;
WriteMakefile(
              'NAME'		=> 'CAM::Session',
              'VERSION_FROM'	=> 'lib/CAM/Session.pm',
              'PREREQ_PM'		=> {
                 'CGI'                      => '2.0',
                 'CGI::Cookie'              => '1.0',
                 'DBI'                      => '1.0',
                 'Digest::MD5'              => '2.0',
                 # Build depends:
                 'Test::More'               => '0.01',
                 'DBD::mysql'               => '0.01',
              },
              'PL_FILES' => {},
              ($] >= 5.005 ?
               (ABSTRACT_FROM => 'lib/CAM/Session.pm',
                AUTHOR        => 'Clotho Advanced Media Inc. <cpan@clotho.com>') : ()),
              );



( run in 0.878 second using v1.01-cache-2.11-cpan-39bf76dae61 )