Config::Perl::V 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. PREREQUISITES A working perl BUILDING AND INSTALLATION As most perl modules $ perl Makefile.PL $ make test $ make install UNINST=1 CHANGES See Changelog COPYRIGHT AND LICENSE Copyright (C) 2009 H.Merijn Brand This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.