Bug 3820 - Need info on finding Perl module versions
Summary: Need info on finding Perl module versions
Status: RESOLVED DUPLICATE of bug 3822
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Building & Packaging (show other bugs)
Version: 3.0.0
Hardware: Sun Solaris
: P5 enhancement
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-24 18:27 UTC by Tom Schulz
Modified: 2004-12-16 08:15 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status
required_modules.pl script text/plain None Michael Parker [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Schulz 2004-09-24 18:27:17 UTC
The INSTALL file specifies minimum versions of several Perl modules.
For the Perl impared, could you add a note on how to find the version
of the currently installed modules?
Comment 1 Tom Schulz 2004-10-15 14:04:40 UTC
Any possibility of having a Milestone sooner that future?
Comment 2 Theo Van Dinter 2004-10-15 14:18:23 UTC
you can run "spamassassin -D --lint" and you'll get some output ala:

debug: diag: module installed: DBI, version 1.21
debug: diag: module installed: DB_File, version 1.808
debug: diag: module installed: Digest::SHA1, version 2.01
debug: diag: module installed: IO::Socket::UNIX, version 1.20
debug: diag: module installed: MIME::Base64, version 2.20
debug: diag: module installed: Net::DNS, version 0.46
debug: diag: module not installed: Net::LDAP ('require' failed)
debug: diag: module installed: Razor2::Client::Agent, version 2.61
debug: diag: module installed: Storable, version 2.12
debug: diag: module installed: URI, version 1.30
Comment 3 Tom Schulz 2004-10-16 19:13:20 UTC
Since I have SpamAssassin installed already, I can certainly use
spamassassin -D --lint now.  For folks doing a first time install,
it would be nice to be able to get all of the modules correct before
installing SpamAssassin.
Comment 4 Michael Parker 2004-10-16 20:09:52 UTC
Created attachment 2455 [details]
required_modules.pl script

I suppose we could distribute something like this with the tarball.  In fact,
we could even close this as a duplicate to Bug 3822 since it will probably end
up doing the same thing.
Comment 5 Michael Parker 2004-12-16 17:02:35 UTC
*** Bug 4036 has been marked as a duplicate of this bug. ***
Comment 6 Justin Mason 2004-12-16 17:15:08 UTC
bug 3822 has been applied already, and Daniel has already noted his reticence to
using an additional script so marking this a dup

*** This bug has been marked as a duplicate of 3822 ***