A module that will return you the output of 'perl -V' in a structure
Description
The command 'perl -V' will return you an excerpt from the %Config hash
combined with the output of 'perl -V' that is not stored inside %Config,
but only available to the perl binary itself.