Help for this page

Select Code to Download


  1. or download this
         use ExtUtils::MakeMaker;
                   $Verbose = 1;
    ...
                       clean  => {'FILES' => 'libmylib$(LIB_EXT)'},
                   );
    
  2. or download this
      # Configure the application
      __PACKAGE__->config(
          name => 'MyApp',
          setup_components => { except => qr/SCCS/ },
      );