http://www.perlmonks.org?node_id=620937


in reply to checking module version

Hi, try this
one-liner:
perl -M<module> -e 'print "$<module>::VERSION"'