Help for this page

Select Code to Download


  1. or download this
      man Module::Build::Authoring
      man Module::Build::Cookbook
    
  2. or download this
    use Test::More;  # in Build.PL::build_requires
    eval 'use Test::Do::Funky:Chicken;'
    ...
    }else{
      plan tests => 99;
    }