Bug 6145 - add Archive::Tar to required modules
Summary: add Archive::Tar to required modules
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Building & Packaging (show other bugs)
Version: unspecified
Hardware: Other All
: P1 minor
Target Milestone: 3.3.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-02 06:43 UTC by Justin Mason
Modified: 2009-07-12 15:20 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Mason 2009-07-02 06:43:53 UTC
Kevin A. McGrail  to Justin, dev:

'I'll vote +1 so he [Mark] can talk about it.  With sa-update now we required, we should add Archive::Tar as a requirement to the Makefile.PL, yes?

# also see CURRENT_PM below
  'PREREQ_PM' => {
      'Digest::SHA1'  => 0,             # 2.0 is oldest tested version
      'File::Spec'    => 0.8,           # older versions lack some routines we need
      'File::Copy'    => 2.02,          # this version is shipped with 5.005_03, the oldest version known to work
      'Pod::Usage'    => 1.10,          # all versions prior to this do seem to be buggy
      'HTML::Parser'  => 3.43,          # the HTML code is based on this parser, older versions have utf-8 bugs
      'Net::DNS'      => (RUNNING_ON_WINDOWS ? 0.46 : 0.34), # bugs in older revs
      'NetAddr::IP'   => 0,
      'Sys::Hostname' => 0,
      'Time::HiRes'   => 0,
      'Time::Local'   => 0,
      'Errno'         => 0,
  },

And/or edit the Mail::SpamAssassin::Util::DependencyInfo as well.
Comment 1 Justin Mason 2009-07-12 15:20:02 UTC
checked in.


: 97...; svn commit -m "bug 6145: now that sa-update is required to install rules in 3.3.0, Archive::Tar needs to be added to the required module list"
Sending        Makefile.PL
Sending        lib/Mail/SpamAssassin/Util/DependencyInfo.pm
Transmitting file data ..
Committed revision 793418.