Codebase list libcgi-application-plugin-config-simple-perl / fresh-snapshots/main Makefile.PL
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

Makefile.PL @fresh-snapshots/mainraw · history · blame

# Note: this file was auto-generated by Module::Build::Compat version 0.4231
use ExtUtils::MakeMaker;
WriteMakefile
(
  'EXE_FILES' => [],
  'PREREQ_PM' => {
                   'Config::Simple' => 0,
                   'CGI::Application' => '3.21',
                   'Exporter' => 0,
                   'Test::More' => 0
                 },
  'PL_FILES' => {},
  'VERSION_FROM' => 'lib/CGI/Application/Plugin/Config/Simple.pm',
  'INSTALLDIRS' => 'site',
  'NAME' => 'CGI::Application::Plugin::Config::Simple'
)
;