The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use Module::Build;
Module::Build->new
    ( module_name => 'WebDAO',
    license => 'perl',
   prereq => {
	      'XML::Flow'=>'0.86',
	      'DateTime'=> 0.37,
	      'DateTime::Format::HTTP'=>0.37,
	      'Encode'=> 0,
	      'Getopt::Long'=>2.35,
	      'FCGI'=>0.67,
	      'Test::Class'=>0,
	      'URI'=>1.36,
              'HTTP::Body'=>1.11,
              'MIME::Base64' =>0
	       },
  script_files=>[qw!
    script/wd_fcgi.fpl
    script/wd_shell.pl
    script/webdao.psgi
  !],
    create_makefile_pl=>$ENV{DO_OUTCPAN} ? 'traditional':'passthrough'
    )->create_build_script;