[Bioperl-l] which version is installed

Jason Stajich jason@cgt.mc.duke.edu
Tue, 10 Dec 2002 16:49:56 -0500 (EST)


This is a common question:

> it (I do not know what Version of bioperl it is. Is
> there a way to find out the bioperl version easily?).

At one point we were tagging the Bio::Seq module with the correct version.
Another option is to globally apply a VERSION tag through CVS magic in
either all the $Id$ or through some finagling and actually setting a
$VERSION variable in all modules and have the value set through cvs
tagging magic.

What is the best and most CPAN friendly way this should be done?

-jason