- 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".
- or download this
# Look at the following line:
# ($] >= 5.005 && $ eq 'MSWin32' && $Config{archname} =~ /-object\b
+/i ?
- or download this
#
WriteMakefile(
...
'dist' => { COMPRESS => "gzip -9", SUFFIX => "gz" }
);