Help for this page

Select Code to Download


  1. or download this
    my %options = (
    END
    ...
    # Remove the Makefile dependency. Causes problems on a few systems.
    sub MY::makefile { '' }
    END
    
  2. or download this
    use ExtUtils::MakeMaker;
    my %options = (
    ...
    
    # Remove the Makefile dependency. Causes problems on a few systems.
    sub MY::makefile { '' }