Freebsd Issues

“PH” == Phil Homewood pdh@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.