c has asked for the wisdom of the Perl Monks concerning the following question:
I'm writing my first Makefile.pl that will put together another script based on the current system's environment. One of the things I'll be checking on is whether or not certain required modules are installed. I found this thread that shows how to find out if a module is present on a machine, however what about finding the version of the Module? I read through John's meditation but I'm not certain that it really provides the answer I'm looking for. It was the only return to a PM search on 'check module version'. Any known good methods of achieving this?
-c
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Checking for an installed Module's version.
by jwest (Friar) on Oct 03, 2002 at 17:20 UTC | |
Re: Checking for an installed Module's version.
by chromatic (Archbishop) on Oct 03, 2002 at 18:29 UTC | |
(jeffa) Re: Checking for an installed Module's version.
by jeffa (Bishop) on Oct 03, 2002 at 18:31 UTC | |
Re: Checking for an installed Module's version.
by Anarion (Hermit) on Oct 03, 2002 at 16:42 UTC | |
Re: Checking for an installed Module's version.
by Moonie (Friar) on Oct 03, 2002 at 16:55 UTC | |
Re: Checking for an installed Module's version.
by perlm4drp (Initiate) on Mar 20, 2003 at 17:26 UTC | |
by andyford (Curate) on Oct 24, 2007 at 11:25 UTC |
Back to
Seekers of Perl Wisdom