Help for this page

Select Code to Download


  1. or download this
    And finally create a file Makefile.PL that looks like this:
    
    ...
    ';
    }
    
  2. or download this
    WriteMakefile(
        NAME   => 'Mytest2::mylib',
    );
    #no MY
    
  3. or download this
    sub MY::postamble {
    '
    ...
            cd mylib && $(MAKE) $(PASSTHRU)
    ';
    }