http://qs321.pair.com?node_id=955356


in reply to Re^5: Find perl module version from command-line
in thread Find perl module version from command-line

Or just
grep 'VERSION' $(find . -name \*.pm -type f)
which uses standard Unix tools.