Help for this page

Select Code to Download


  1. or download this
    # Preliminary steps for use with ActiveState's port of Perl 5.005:
    # ----------------------------------------------------------------
    ...
    # Edit the file "Makefile.PL" and remove all of the "#" characters
    # which currently comment out the attributes "ABSTRACT", "AUTHOR"
    # and "CAPI".
    
  2. or download this
    # Look at the following line:
    #   ($] >= 5.005 && $ eq 'MSWin32' && $Config{archname} =~ /-object\b
    +/i ?
    
  3. or download this
    #
    WriteMakefile(
    ...
        'dist'              => { COMPRESS => "gzip -9", SUFFIX => "gz" }
    );