Help for this page

Select Code to Download


  1. or download this
    sub MY::all_target {
        my $self = shift;
    ...
            $(NOECHO) $(NOOP)
    MAKE_EXT
    }
    
  2. or download this
    sub MY::all_target {
        my $self = shift;
    ...
        $orig_all =~ s/\bpure_all\b/pure_all translations/;
        return $orig_all
    }