# Preliminary steps for use with ActiveState's port of Perl 5.005: # ---------------------------------------------------------------- # # (For the Win32 platform) # # Edit the file "Makefile.PL" and remove all of the "#" characters # which currently comment out the attributes "ABSTRACT", "AUTHOR" # and "CAPI". #### # Look at the following line: # ($] >= 5.005 && $ eq 'MSWin32' && $Config{archname} =~ /-object\b/i ? #### # WriteMakefile( 'NAME' => 'Date::Calc', 'VERSION_FROM' => 'Calc.pm', 'OBJECT' => '$(O_FILES)', 'LIBS' => [''], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => '', # e.g., '-I/usr/include/other' # ($] >= 5.005 ? # ('ABSTRACT' => 'Gregorian calendar date calculations', # 'AUTHOR' => 'Steffen Beyer (sb@engelschall.com)') : ()), # ($] >= 5.005 && $ eq 'MSWin32' && $Config{archname} =~ /-object\b/i ? # ('CAPI' => 'TRUE') : ()), 'dist' => { COMPRESS => "gzip -9", SUFFIX => "gz" } );