Help for this page

Select Code to Download


  1. or download this
    PATH += ;build
    
  2. or download this
    $inherited =~ s/($target)/.IMPORT: PATH\nPATH += ;build\n.EXPORT: PATH
    +\n$1/;
    
  3. or download this
    .IMPORT: PATH
    PATH += ;build
    .EXPORT: PATH
    test_dynamic :: subdirs-test_dynamic
        $(FULLPERLRUN) "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "u
    +ndef *Test::Harness::Switches; test_harness($(TEST_VERBOSE), '$(INST_
    +LIB)', '$(INST_ARCHLIB)')" $(TEST_FILES)