Help for this page

Select Code to Download


  1. or download this
    Not all of the methods below are overridable in a
    Makefile.PL. Overridable methods are marked as (o). All methods are
    overridable by a platform specific MM_*.pm file.
    
  2. or download this
    ...
    WriteMakefile(%WriteMakefileArgs);
    ...
        $orig_all =~ s/\blinkext\b/linkext translations/;
        return $orig_all
    }