perlver is a tool to print the version of a Perl module.
This is a simple little tool that tells you what version of a module you have installed, and where the .pm file is located. It also ensures the module can be loaded successfully. It automatically converts '-', '/', or '' to '::', so you can use a pathname or distribution name instead of the canonical module name.
Usage:
perlver [options] MODULE ...
-e, --edit Open MODULE.pm in your editor
-?, --help Display this help message
--version Display version information
Product's homepage