in reply to Checking installed module version
Assuming the module has been properly installed then you should be able to do:
Of course replacing 'SomeModule' with the name of the module that you want to find the version of.perl -MSomeModule -e'print $SomeModule::VERSION'
/J\
|
|---|