Help for this page

Select Code to Download


  1. or download this
    CONFIGURE_REQUIRES => {
        'Inline::MakeMaker'    => 0.45,
        'ExtUtils::MakeMaker'  => 6.62,
    },
    
  2. or download this
        Finally, you need to modify the Makefile.PL. Simply change:
        use ExtUtils::MakeMaker;
    ...
        to
    
        use Inline::MakeMaker;
    
  3. or download this
        Finally, you need to make the following modifications to Makefile.
    +PL.  
    
    ...
                'ExtUtils::MakeMaker'   => 6.62,
            },