[rt-users] Freebsd Issues

Vivek Khera khera at kcilink.com
Fri Oct 24 10:00:24 EDT 2003


>>>>> "PH" == Phil Homewood <pdh at snapgear.com> writes:

PH> Johnson, Michael1 [IT] wrote:
>> How do I temm what version I have?

PH> echo 'i DBIx::SearchBuilder' | perl -MCPAN -e shell
PH> More importantly, though, can you find the file I asked
PH> about below?

personally, I prefer this:

perl -MDBIx::SearchBuilder -e 'print $DBIx::SearchBuilder::VERSION;'

Assuming the module follows the normal conventions to be in CPAN...
No need to make CPAN load and parse the current index from the net.



More information about the rt-users mailing list