Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker; WriteMakefile(NAME => 'Test');
    
  2. or download this
    package Test; 1;
    
  3. or download this
    to undefined at C:/berrybrew/5.24.0.1_64_PDL/perl/site/lib/ExtUtils/In
    +stall.pm line 1199.
    makefile:862: recipe for target 'pm_to_blib' failed
    gmake: *** [pm_to_blib] Error 2
    
  4. or download this
    # --- MakeMaker pm_to_blib section:
    
    ...
        $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e "pm_to_blib({{@ARGV
    +}}, '$(INST_LIB)\auto', q[$(PM_FILTER)], '$(PERM_DIR)')" -- \
          Test.pm $(INST_LIB)\Test.pm 
        $(NOECHO) $(TOUCH) pm_to_blib