Help for this page

Select Code to Download


  1. or download this
      use 5.008008; # NOT 5.8.8 - needed by CPAN testers
    
    ...
               , create_makefile_pl => 'traditional'
             );
      $builder->create_build_script;  #generate Build
    
  2. or download this
    use 5.008008; # NOT 5.8.8
    
    ...
       
    # makeproject command run like this
    # ./Build makeproject
    
  3. or download this
       {
          package MyBuilder;
    ...
       }
    
       my $builder = MyBuilder->new(...various arguments...);
    
  4. or download this
       ./Build manifest
       ./Build disttest
       ./Build dist
    
  5. or download this
       ./Build test
       ./Build fakeinstall
    ...
       perl Build.PL --destdir /tmp/foo/
       ./Build test
       ./Build install
    
  6. or download this
       ./Build clean